Add module ABI tag to fix "Xorg -configure" ("No output driver" message).

The driver directory name now includes a version tag, and the configure code has to search in the right directory.

Signed-off-by: alex14fr <alex14fr@gmail.com>
This commit is contained in:
alex14fr 2025-08-21 22:13:13 +02:00 committed by Enrico Weigelt
parent 7293fc12fe
commit d655cc145d

View File

@ -593,7 +593,7 @@ GenerateDriverList(void)
{
const char **ret;
static const char *patlist[] = { "(.*)_drv\\.so", NULL };
ret = LoaderListDir("drivers", patlist);
ret = LoaderListDir(XORG_MODULE_ABI_TAG "/drivers", patlist);
/* fix up the probe order for video drivers */
if (ret != NULL)