diff options
author | Eric Anholt <eric@anholt.net> | 2007-09-04 16:19:22 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-04 16:19:22 -0700 |
commit | 205183a733237ea418a25c7423b689fcc8eae628 (patch) | |
tree | eef08f3f2098d95706588d851e65fe047fe0345c /xorg-server.pc.in | |
parent | d67e210f3458b62d7d4a6032aabfda0004d661c1 (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.in | 3 |
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} |