projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f14bbe
)
Move XML protocol descriptions to $datadir/xcb (generally $prefix/share/xcb).
author
Jamey Sharp
<jamey@minilop.net>
Mon, 25 Sep 2006 10:27:27 +0000
(
03:27
-0700)
committer
Jamey Sharp
<jamey@minilop.net>
Mon, 25 Sep 2006 10:27:27 +0000
(
03:27
-0700)
configure.ac
patch
|
blob
|
history
xcb-proto.pc.in
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5c1044d
..
ba1eb32
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
if test "$XMLLINT" = "no"; then
AC_MSG_WARN([xmllint not found; unable to validate against schema.])
fi
-xcbincludedir='${
includedir}/X11/XCB
'
+xcbincludedir='${
datadir}/xcb
'
AC_SUBST(xcbincludedir)
AC_OUTPUT([Makefile src/Makefile xcb-proto.pc])
diff --git
a/xcb-proto.pc.in
b/xcb-proto.pc.in
index
9e9d23d
..
08977f9
100644
(file)
--- a/
xcb-proto.pc.in
+++ b/
xcb-proto.pc.in
@@
-1,5
+1,6
@@
prefix=@prefix@
-includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
xcbincludedir=@xcbincludedir@
Name: XCB Proto