2013-12-12 15:33:35 +01:00
|
|
|
From: Stefan Dirsch <sndirsch@suse.de>
|
|
|
|
|
|
|
|
Add /usr/lib[64]/xorg/modules/updates to the module path.
|
|
|
|
Make sure this path is considered first.
|
|
|
|
|
2009-08-04 21:52:16 +02:00
|
|
|
Index: hw/xfree86/common/xf86Globals.c
|
2012-04-20 11:32:05 +02:00
|
|
|
===================================================================
|
|
|
|
--- hw/xfree86/common/xf86Globals.c.orig
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/xfree86/common/xf86Globals.c
|
2012-04-20 11:32:05 +02:00
|
|
|
@@ -135,7 +135,7 @@ xf86InfoRec xf86Info = {
|
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
const char *xf86ConfigFile = NULL;
|
2010-03-20 03:42:15 +01:00
|
|
|
const char *xf86ConfigDir = NULL;
|
2006-12-18 15:48:26 +01:00
|
|
|
-const char *xf86ModulePath = DEFAULT_MODULE_PATH;
|
2007-06-07 13:17:09 +02:00
|
|
|
+const char *xf86ModulePath = DEFAULT_MODULE_PATH "/updates," DEFAULT_MODULE_PATH;
|
2006-12-18 15:48:26 +01:00
|
|
|
MessageType xf86ModPathFrom = X_DEFAULT;
|
2014-04-09 12:08:57 +02:00
|
|
|
const char *xf86LogFile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX;
|
2006-12-18 15:48:26 +01:00
|
|
|
MessageType xf86LogFileFrom = X_DEFAULT;
|