From 205183a733237ea418a25c7423b689fcc8eae628 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 4 Sep 2007 16:19:22 -0700 Subject: [PATCH] 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. --- xorg-server.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}