diff options
-rw-r--r-- | libempathy-gtk/libempathy-gtk.pc.in | 3 | ||||
-rw-r--r-- | libempathy/libempathy.pc.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in index c83979338..5e26642c6 100644 --- a/libempathy-gtk/libempathy-gtk.pc.in +++ b/libempathy-gtk/libempathy-gtk.pc.in @@ -6,7 +6,8 @@ includedir=@includedir@ Name: libempathy-gtk Description: Empathy interface library Requires: pkg-config >= 0.21 -Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libempathy, telepathy-glib +Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, \ + libmissioncontrol, libempathy, telepathy-glib, libcanberra-gtk Version: @VERSION@ Libs: -L${libdir} -lempathy-gtk Cflags: -I${includedir} diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in index a7245cc6c..6c1f81038 100644 --- a/libempathy/libempathy.pc.in +++ b/libempathy/libempathy.pc.in @@ -6,7 +6,8 @@ includedir=@includedir@ Name: libempathy Description: Empathy base library Requires: pkg-config >= 0.21 -Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, gio-2.0, gio-unix-2.0, telepathy-glib +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, \ + gio-2.0, gio-unix-2.0, telepathy-glib Version: @VERSION@ Libs: -L${libdir} -lempathy Cflags: -I${includedir} |