mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
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:
parent
7293fc12fe
commit
d655cc145d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user