[telepathy-qt4/master] pkgconfig: Added missing QtNetwork dependency.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Oct 28 05:49:27 PDT 2009


---
 TelepathyQt4/TelepathyQt4-uninstalled.pc.in |    2 +-
 TelepathyQt4/TelepathyQt4.pc.in             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/TelepathyQt4-uninstalled.pc.in b/TelepathyQt4/TelepathyQt4-uninstalled.pc.in
index c0790d0..243ded5 100644
--- a/TelepathyQt4/TelepathyQt4-uninstalled.pc.in
+++ b/TelepathyQt4/TelepathyQt4-uninstalled.pc.in
@@ -6,6 +6,6 @@ abs_top_srcdir=@abs_top_srcdir@
 Name: Telepathy-Qt4 (uninstalled copy)
 Description: Qt4 utility library for the Telepathy framework
 Version: @VERSION@
-Requires.private: QtCore >= 4.5, QtDBus >= 4.5
+Requires.private: QtCore >= 4.5, QtDBus >= 4.5, QtNetwork >= 4.5
 Libs: ${abs_top_builddir}/TelepathyQt4/libtelepathy-qt4.la
 Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
diff --git a/TelepathyQt4/TelepathyQt4.pc.in b/TelepathyQt4/TelepathyQt4.pc.in
index 23accac..39bc8d0 100644
--- a/TelepathyQt4/TelepathyQt4.pc.in
+++ b/TelepathyQt4/TelepathyQt4.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: Telepathy-Qt4
 Description: Qt4 utility library for the Telepathy framework
 Version: @VERSION@
-Requires.private: QtCore >= 4.5, QtDBus >= 4.5
+Requires.private: QtCore >= 4.5, QtDBus >= 4.5, QtNetwork >= 4.5
 Libs: -L${libdir} -ltelepathy-qt4
 Cflags: -I${includedir}/telepathy-1.0
-- 
1.5.6.5



More information about the telepathy-commits mailing list