ce85d430bc
Some of these packages need glib-2.30.x, so I commit it to this branch. Add sofia-sip and telepathy-rakia. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
15 lines
738 B
Diff
15 lines
738 B
Diff
Adjust telepathy-glib.pc to our version of pkg-config
|
|
diff --git a/telepathy-glib/telepathy-glib.pc.in b/telepathy-glib/telepathy-glib.pc.in
|
|
index e2ddf03..6038011 100644
|
|
--- a/telepathy-glib/telepathy-glib.pc.in
|
|
+++ b/telepathy-glib/telepathy-glib.pc.in
|
|
@@ -6,7 +6,6 @@ includedir=@includedir@
|
|
Name: Telepathy-GLib
|
|
Description: GLib utility library for the Telepathy framework
|
|
Version: @VERSION@
|
|
-Requires: pkg-config >= 0.21
|
|
-Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30
|
|
+Requires: pkg-config >= 0.21 dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30
|
|
Libs: -L${libdir} -ltelepathy-glib
|
|
Cflags: -I${includedir}/telepathy-1.0
|