On Thu, Oct 14, 2010 at 3:13 PM, Adam Jackson <[email protected]> wrote:
> This hasn't worked since we switched to dlloader.
>
> Signed-off-by: Adam Jackson <[email protected]>
> ---
>  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 <[email protected]>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to