diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-27 04:44:47 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-27 05:01:04 +0800 |
commit | c8eb8757721031aba99238804896881f2182bd9e (patch) | |
tree | 75293ab757d685afe58adf744309bc8556eb7d0d /libempathy | |
parent | 7110cbc2e450bb00522acdeb22aa3831cc3b37ad (diff) | |
download | gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar.gz gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar.bz2 gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar.lz gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar.xz gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.tar.zst gsoc2013-empathy-c8eb8757721031aba99238804896881f2182bd9e.zip |
Remove libmissioncontrol deps
and remove trailing spaces
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/libempathy.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in index 6c1f81038..6dd89fd5a 100644 --- a/libempathy/libempathy.pc.in +++ b/libempathy/libempathy.pc.in @@ -6,8 +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, \ +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, \ gio-2.0, gio-unix-2.0, telepathy-glib Version: @VERSION@ Libs: -L${libdir} -lempathy -Cflags: -I${includedir} +Cflags: -I${includedir} |