diff options
Diffstat (limited to 'libgnomekbdui.pc.in')
-rw-r--r-- | libgnomekbdui.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgnomekbdui.pc.in b/libgnomekbdui.pc.in index 9d9ab0a..bca80cc 100644 --- a/libgnomekbdui.pc.in +++ b/libgnomekbdui.pc.in @@ -6,5 +6,6 @@ includedir=@includedir@ Name: libgnomekbd Description: GNOME keyboard shared library Version: @VERSION@ -Libs: -L${libdir} -lgnomekbd -lgnomekbdui @GDK_LIBS@ @GCONF_LIBS@ @LIBGNOME_LIBS@ @LIBXKLAVIER_LIBS@ @DBUS_LIBS@ @LIBGNOMEUI_LIBS@ +Requires: libgnomekbd = @VERSION@ libgnomeui-2.0 >= @LIBGNOMEUI_REQUIRED@ +Libs: -L${libdir} -lgnomekbdui Cflags: -I${includedir} |