Include pciaccess in the xorg-server.pc Requires line.
This pulls in the include path for pciaccess.h, which is needed by, among other things, xf86.h.
This commit is contained in:
parent
9e7ced94a5
commit
e1e189f853
|
@ -14,6 +14,6 @@ abi_font=@abi_font@
|
||||||
Name: xorg-server
|
Name: xorg-server
|
||||||
Description: Modular X.Org X Server
|
Description: Modular X.Org X Server
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Requires: pixman-1
|
Requires: pixman-1 pciaccess
|
||||||
Cflags: -I${sdkdir}
|
Cflags: -I${sdkdir}
|
||||||
Libs: -L${libdir}
|
Libs: -L${libdir}
|
||||||
|
|
Loading…
Reference in New Issue