mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 08:10:06 +01:00
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:
parent
d67e210f34
commit
205183a733
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue