summaryrefslogtreecommitdiff
path: root/libgtop-2.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgtop-2.0.pc.in')
-rw-r--r--libgtop-2.0.pc.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/libgtop-2.0.pc.in b/libgtop-2.0.pc.in
index aed1b3a7..2f111a42 100644
--- a/libgtop-2.0.pc.in
+++ b/libgtop-2.0.pc.in
@@ -2,10 +2,12 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-
+
Name: libgtop
Description: Portable System Access Library
-Requires: glib-2.0 libxml-2.0
+Requires: glib-2.0
Version: @VERSION@
-Libs: -L${libdir} -lgtop
-Cflags: -I${includedir}
+Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@
+Cflags: -I${includedir}/libgtop-2.0
+
+