diff options
Diffstat (limited to 'libempathy-gtk/libempathy-gtk.pc.in')
-rw-r--r-- | libempathy-gtk/libempathy-gtk.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in index c0f48152e..be8378ffa 100644 --- a/libempathy-gtk/libempathy-gtk.pc.in +++ b/libempathy-gtk/libempathy-gtk.pc.in @@ -5,7 +5,8 @@ includedir=@includedir@ Name: libempathy-gtk Description: Empathy interface library -Requires: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy +Requires: pkg-config >= 0.21 +Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy Version: @VERSION@ Libs: -L${libdir} -lempathy-gtk Cflags: -I${includedir} |