[PATCH:data/bitmaps] Install xbitmaps.pc to $(datadir)/pkgconfig instead of $(libdir)

Peter Hutterer peter.hutterer at who-t.net
Wed Nov 10 20:25:17 PST 2010


On Wed, Nov 10, 2010 at 08:14:53PM -0800, Alan Coopersmith wrote:
> The xbitmaps package consists entirely of X bitmap data files, which
> are platform-independent text files containing a C language format
> representation of the encoded bitmap image, which are installed to
> $(includedir)/X11/bitmaps so that programs can #include them into
> their sources at build time.
> 
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 9a89bbe..060112d 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -1,4 +1,4 @@
> -pkgconfigdir = $(libdir)/pkgconfig
> +pkgconfigdir = $(datadir)/pkgconfig
>  pkgconfig_DATA = xbitmaps.pc
>  
>  MAINTAINERCLEANFILES = ChangeLog INSTALL
> -- 
> 1.7.3.2

Acked-by: Peter Hutterer <peter.hutterer at who-t.net>

Cheers,
  Peter


More information about the xorg-devel mailing list