summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--libgnomekbd.pc.in2
-rw-r--r--libgnomekbdui.pc.in2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..9d463f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,3 @@
+05-06-2006 svu
+
+ * libgnomekbd*.pc.in: added required .so dependencies
diff --git a/libgnomekbd.pc.in b/libgnomekbd.pc.in
index b981a96..cc9b6fc 100644
--- a/libgnomekbd.pc.in
+++ b/libgnomekbd.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: libgnomekbd
Description: GNOME keyboard shared library
Version: @VERSION@
-Libs: -L${libdir} -lgnomekbd
+Libs: -L${libdir} -lgnomekbd @GDK_LIBS@ @GCONF_LIBS@ @LIBGNOME_LIBS@ @LIBXKLAVIER_LIBS@ @DBUS_LIBS@
Cflags: -I${includedir}
diff --git a/libgnomekbdui.pc.in b/libgnomekbdui.pc.in
index 53133c9..9d9ab0a 100644
--- a/libgnomekbdui.pc.in
+++ b/libgnomekbdui.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: libgnomekbd
Description: GNOME keyboard shared library
Version: @VERSION@
-Libs: -L${libdir} -lgnomekbd -lgnomekbdui
+Libs: -L${libdir} -lgnomekbd -lgnomekbdui @GDK_LIBS@ @GCONF_LIBS@ @LIBGNOME_LIBS@ @LIBXKLAVIER_LIBS@ @DBUS_LIBS@ @LIBGNOMEUI_LIBS@
Cflags: -I${includedir}