From 8bb1983a5f2dbf72366de9fb793a46e35912ab61 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 2 Aug 2010 15:22:18 -0400 Subject: config: Don't look for .o drivers anymore This hasn't worked since we switched to dlloader. Reviewed-by: Jesse Adkins Reviewed-by: Matt Turner Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86Config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 6743b1081..15ff75034 100644 --- a/hw/xfree86/common/xf86Config.c +++ b/hw/xfree86/common/xf86Config.c @@ -549,7 +549,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 */ -- cgit v1.2.3