Module Name: xsrc
Committed By: snj
Date: Thu Feb 26 21:16:16 UTC 2015
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86Config.c
Log Message:
don't look for _drv.o files. we haven't built any since the bad old days
when all the world was xfree86.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c:1.11 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c:1.12
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c:1.11 Sun Jan 25 21:45:44 2015
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c Thu Feb 26 21:16:16 2015
@@ -528,7 +528,7 @@ GenerateDriverlist(char * dirname)
{
char **ret;
const char *subdirs[] = { dirname, NULL };
- static const char *patlist[] = {"(.*)_drv\\.so$", "(.*)_drv\\.o$", NULL};
+ static const char *patlist[] = {"(.*)_drv\\.so$", NULL};
ret = LoaderListDirs(subdirs, patlist);
/* fix up the probe order for video drivers */