summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-06-17 09:41:14 -0400
committerMatt Turner <mattst88@gmail.com>2022-06-17 09:44:23 -0400
commitd849b9534a52b0199f26c1dd30ac11aba12db9dc (patch)
tree651ff0859d95ade4221e141d3c78c3a912afdde1
parent32c0ac61ec18ded25053e5ac87e45ce8634e1f37 (diff)
downloadxcb-proto-d849b9534a52b0199f26c1dd30ac11aba12db9dc.tar.gz
Install xcb-proto to $(datarootdir)
... i.e. to /usr/share/pkgconfig. Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0312e7a..8b57a83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = src xcbgen
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(datarootdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md