summaryrefslogtreecommitdiff
path: root/xcb-util.pc.in
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-03-10 19:50:36 -0500
committerArnaud Fontaine <arnau@debian.org>2011-03-11 11:46:34 +0900
commitfd626329982cc2766e5a85a75ea2800b7aa3f114 (patch)
tree05e067e48ad357a72da779b65789e68d90dc09ec /xcb-util.pc.in
parent363622a64830c75ee1c014f49f72c698a390f24d (diff)
downloadxcb-util-fd626329982cc2766e5a85a75ea2800b7aa3f114.tar.gz
pkg-config files: remove LIBS which is unrequired and undesirable
LIBS is not supplied by the package configuration, it may be anything the builder sets through the command line. Only -lxcb-util is needed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
Diffstat (limited to 'xcb-util.pc.in')
-rw-r--r--xcb-util.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcb-util.pc.in b/xcb-util.pc.in
index 1cafb8e..9875d90 100644
--- a/xcb-util.pc.in
+++ b/xcb-util.pc.in
@@ -7,5 +7,5 @@ Name: XCB Util Core library
Description: XCB util core interface
Version: @PACKAGE_VERSION@
Requires: xcb
-Libs: -L${libdir} -lxcb-util @LIBS@
+Libs: -L${libdir} -lxcb-util
Cflags: -I${includedir}