[PATCH 1/5] config: Don't look for .o drivers anymore
Matt Turner
mattst88 at gmail.com
Thu Oct 14 13:59:56 PDT 2010
On Thu, Oct 14, 2010 at 3:13 PM, Adam Jackson <ajax at redhat.com> wrote:
> This hasn't worked since we switched to dlloader.
>
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
> hw/xfree86/common/xf86Config.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
> index 6743b10..15ff750 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 */
> --
> 1.7.2.3
For the series:
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the xorg-devel
mailing list