diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:56:18 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:56:18 -0800 |
commit | 9463653b1e6dc0a9054266aa3eecb0839129b991 (patch) | |
tree | 26fff4a210edfdd5c82d4db2dcf21aff10f84aeb /xcb.pc.in | |
parent | bae98d36040d0cda1862839410cf92bac3927280 (diff) |
Take advantage of Requires and *.private fields for a more accurate pkg-config file.
Diffstat (limited to 'xcb.pc.in')
-rw-r--r-- | xcb.pc.in | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,5 +6,8 @@ includedir=@includedir@ Name: XCB Description: X-protocol C Binding Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lXCB @XPROTO_LIBS@ @LIBS@ -Cflags: -I${includedir} @XPROTO_CFLAGS@ +Requires: xproto +Requires.private: xau +Libs: -L${libdir} -lXCB +Libs.private: @LIBS@ +Cflags: -I${includedir} |