diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-11-22 20:29:04 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-11-22 20:29:04 -0800 |
commit | e54dfd73a9652bbc103f3f874abc303aed4b5d76 (patch) | |
tree | 13b65dcb0933e668c5a3eed319fe01825403f156 /xcb.pc.in | |
parent | 3de6ab7b786775d9e7df1523c27cdfe3ffd3a25f (diff) |
Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is built to use it.
Diffstat (limited to 'xcb.pc.in')
-rw-r--r-- | xcb.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ includedir=@includedir@ Name: XCB Description: X-protocol C Binding Version: @PACKAGE_VERSION@ -Requires.private: xau +Requires.private: @NEEDED@ Libs: -L${libdir} -lxcb Libs.private: @LIBS@ Cflags: -I${includedir} |