Take advantage of Requires and *.private fields for a more accurate pkg-config file.
This commit is contained in:
parent
bae98d3604
commit
9463653b1e
|
@ -6,5 +6,8 @@ includedir=@includedir@
|
||||||
Name: XCB
|
Name: XCB
|
||||||
Description: X-protocol C Binding
|
Description: X-protocol C Binding
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lXCB @XPROTO_LIBS@ @LIBS@
|
Requires: xproto
|
||||||
Cflags: -I${includedir} @XPROTO_CFLAGS@
|
Requires.private: xau
|
||||||
|
Libs: -L${libdir} -lXCB
|
||||||
|
Libs.private: @LIBS@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue