summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-04-11 15:51:44 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-04-11 15:51:44 +0000
commit9f6d04493f4826a327bc90f26c0868b2a7a2cbea (patch)
tree1f01807e7c2073cb358be3c7e0235d812ae1343e
parent7d05a4ef74bd7a0b08b247eea529a924db03757e (diff)
downloadlibgweather-9f6d04493f4826a327bc90f26c0868b2a7a2cbea.tar.gz
add missing libraries in Requires and move some stuff to Requires.private
2008-04-11 Vincent Untz <vuntz@gnome.org> * libgweather/gweather.pc.in: add missing libraries in Requires and move some stuff to Requires.private svn path=/trunk/; revision=163
-rw-r--r--ChangeLog5
-rw-r--r--libgweather/gweather.pc.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b15c8c..527d6f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-11 Vincent Untz <vuntz@gnome.org>
+
+ * libgweather/gweather.pc.in: add missing libraries in Requires and
+ move some stuff to Requires.private
+
2008-04-10 Vincent Untz <vuntz@gnome.org>
* data/check-timezones.sh: portability fix to also work on Solaris
diff --git a/libgweather/gweather.pc.in b/libgweather/gweather.pc.in
index f873724..777f218 100644
--- a/libgweather/gweather.pc.in
+++ b/libgweather/gweather.pc.in
@@ -7,6 +7,7 @@ locations_file=@datadir@/libgweather/Locations.xml
Name: GWeather
Description: GWeather shared library
Version: @VERSION@
-Requires: gtk+-2.0, gnome-vfs-2.0
+Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gconf-2.0
+Requires.private: libxml-2.0 gnome-vfs-2.0
Libs: -L${libdir} -lgweather -lm
Cflags: -I${includedir}