[PATCH] Install fbdevhw module in normal module directory instead of linux/

Michel Dänzer michel at daenzer.net
Thu Jun 3 01:50:57 PDT 2010


On Mit, 2010-06-02 at 14:31 -0700, Alan Coopersmith wrote: 
> Since we no longer support OS-independent custom elfloader modules,
> we don't need to put the OS-dependent modules into os-specific subdirs
> any more.
> 
> We do however still need to install the stubs version of this module
> on non-Linux platforms, since a number of drivers link to functions
> in it, even when built on non-Linux platforms.
> 
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

Reviewed-by: Michel Dänzer <michel at daenzer.net>


> ---
> 
> The much simpler alternative to the patch I posted last week.
> 
>  hw/xfree86/fbdevhw/Makefile.am |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am
> index 0663525..76a69c1 100644
> --- a/hw/xfree86/fbdevhw/Makefile.am
> +++ b/hw/xfree86/fbdevhw/Makefile.am
> @@ -1,5 +1,4 @@
> -linuxmoduledir = $(moduledir)/linux
> -linuxmodule_LTLIBRARIES = libfbdevhw.la
> +module_LTLIBRARIES = libfbdevhw.la
>  
>  libfbdevhw_la_LDFLAGS = -avoid-version
>  


-- 
Earthling Michel Dänzer           |                http://www.vmware.com
Libre software enthusiast         |          Debian, X and DRI developer


More information about the xorg-devel mailing list