summaryrefslogtreecommitdiff
path: root/libnotify.pc.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-06-24 01:26:34 +0100
committerBastien Nocera <hadess@hadess.net>2010-06-28 23:34:50 +0100
commit0eb56b2fcf16d5381011e0bae2cf942416dae55c (patch)
tree5d88840830125b23098d660f75fb1db629aabf7e /libnotify.pc.in
parent1fb351b53125f671ebcd137ea23eb63fefa608ca (diff)
downloadlibnotify-0eb56b2fcf16d5381011e0bae2cf942416dae55c.tar.gz
Don't link against a particular version of GTK+
Instead, open ourselves through GModule, and check whether we have all the GTK+ and GDK functions required for us to work correctly. This means that the front-end application cannot rely on libnotify linking against GTK+, which would only be a problem for edge-cases. https://bugzilla.gnome.org/show_bug.cgi?id=622550
Diffstat (limited to 'libnotify.pc.in')
-rw-r--r--libnotify.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnotify.pc.in b/libnotify.pc.in
index b586d74..becce91 100644
--- a/libnotify.pc.in
+++ b/libnotify.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: libnotify
Description: Notifications Library
Version: @VERSION@
-Requires: @pkg_modules@
+Requires: @link_modules@
Libs: -L${libdir} -lnotify
Cflags: -I${includedir}