summaryrefslogtreecommitdiff
path: root/xorg-server.pc.in
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-09-04 16:19:22 -0700
committerEric Anholt <eric@anholt.net>2007-09-04 16:19:22 -0700
commit205183a733237ea418a25c7423b689fcc8eae628 (patch)
treeeef08f3f2098d95706588d851e65fe047fe0345c /xorg-server.pc.in
parentd67e210f3458b62d7d4a6032aabfda0004d661c1 (diff)
Fix driver build by including an appropriate Requires.private line on pixman.
We'd previously been substituting PIXMAN_CFLAGS, but we've got a better tool now, plus I deleted the PIXMAN_CFLAGS substitution without noticing.
Diffstat (limited to 'xorg-server.pc.in')
-rw-r--r--xorg-server.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server.pc.in b/xorg-server.pc.in
index fba3b15a6..d3ffaa2f8 100644
--- a/xorg-server.pc.in
+++ b/xorg-server.pc.in
@@ -8,5 +8,6 @@ sdkdir=@sdkdir@
Name: xorg-server
Description: Modular X.Org X Server
Version: @PACKAGE_VERSION@
-Cflags: -I${sdkdir} @PIXMAN_CFLAGS@
+Requires.private: pixman-1
+Cflags: -I${sdkdir}
Libs: -L${libdir}