summaryrefslogtreecommitdiff
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
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>
-rw-r--r--xcb-atom.pc.in2
-rw-r--r--xcb-aux.pc.in2
-rw-r--r--xcb-event.pc.in2
-rw-r--r--xcb-util.pc.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/xcb-atom.pc.in b/xcb-atom.pc.in
index 4100b9b..fcc39e8 100644
--- a/xcb-atom.pc.in
+++ b/xcb-atom.pc.in
@@ -7,5 +7,5 @@ Name: XCB Atom library
Description: XCB atom cache
Version: @PACKAGE_VERSION@
Requires: xcb
-Libs: -L${libdir} -lxcb-util @LIBS@
+Libs: -L${libdir} -lxcb-util
Cflags: -I${includedir}
diff --git a/xcb-aux.pc.in b/xcb-aux.pc.in
index 4521f23..d049081 100644
--- a/xcb-aux.pc.in
+++ b/xcb-aux.pc.in
@@ -7,5 +7,5 @@ Name: XCB Aux library
Description: XCB convenient functions
Version: @PACKAGE_VERSION@
Requires: xcb
-Libs: -L${libdir} -lxcb-util @LIBS@
+Libs: -L${libdir} -lxcb-util
Cflags: -I${includedir}
diff --git a/xcb-event.pc.in b/xcb-event.pc.in
index 925f93d..4a7d618 100644
--- a/xcb-event.pc.in
+++ b/xcb-event.pc.in
@@ -7,5 +7,5 @@ Name: XCB Event library
Description: XCB event callback interface
Version: @PACKAGE_VERSION@
Requires: xcb
-Libs: -L${libdir} -lxcb-util @LIBS@
+Libs: -L${libdir} -lxcb-util
Cflags: -I${includedir}
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}