Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
14 lines
551 B
Diff
14 lines
551 B
Diff
Index: hw/xfree86/common/xf86Globals.c
|
|
================================================================================
|
|
--- hw/xfree86/common/xf86Globals.c
|
|
+++ hw/xfree86/common/xf86Globals.c
|
|
@@ -144,7 +144,7 @@
|
|
};
|
|
const char *xf86ConfigFile = NULL;
|
|
const char *xf86ConfigDir = 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;
|