forked from pool/xorg-x11-server
6c7e20d56d
Copy from X11:XOrg/xorg-x11-server based on submit request 29877 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/29877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=153
14 lines
524 B
Diff
14 lines
524 B
Diff
Index: hw/xfree86/common/xf86Globals.c
|
|
================================================================================
|
|
--- hw/xfree86/common/xf86Globals.c
|
|
+++ hw/xfree86/common/xf86Globals.c
|
|
@@ -143,7 +143,7 @@
|
|
#endif
|
|
};
|
|
const char *xf86ConfigFile = NULL;
|
|
-const char *xf86ModulePath = DEFAULT_MODULE_PATH;
|
|
+const char *xf86ModulePath = DEFAULT_MODULE_PATH "/updates," DEFAULT_MODULE_PATH;
|
|
MessageType xf86ModPathFrom = X_DEFAULT;
|
|
const char *xf86LogFile = DEFAULT_LOGPREFIX;
|
|
MessageType xf86LogFileFrom = X_DEFAULT;
|