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.
This commit is contained in:
Eric Anholt 2007-09-04 16:19:22 -07:00
parent d67e210f34
commit 205183a733

View File

@ -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}