[PATCH:data/bitmaps] Install xbitmaps.pc to $(datadir)/pkgconfig instead of $(libdir)
Alan Coopersmith
alan.coopersmith at oracle.com
Wed Nov 10 20:14:53 PST 2010
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
More information about the xorg-devel
mailing list