summaryrefslogtreecommitdiff
path: root/libmateweather
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-28 12:00:48 +0200
committerStefano Karapetsas <[email protected]>2013-07-28 12:00:48 +0200
commit412c808d5e8d89faddd46377f592f1ae57fb37cd (patch)
tree88c262ec826e3facb4ba6b77f466148d3dc04e15 /libmateweather
parent634e6ec6270ac14847d8ab78b3e10cacca1bdcf0 (diff)
downloadlibmateweather-412c808d5e8d89faddd46377f592f1ae57fb37cd.tar.bz2
libmateweather-412c808d5e8d89faddd46377f592f1ae57fb37cd.tar.xz
Write appropriate GTK API version in pkgconfig file
Diffstat (limited to 'libmateweather')
-rw-r--r--libmateweather/mateweather-uninstalled.pc.in2
-rw-r--r--libmateweather/mateweather.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/mateweather-uninstalled.pc.in b/libmateweather/mateweather-uninstalled.pc.in
index 08e42f7..daf8604 100644
--- a/libmateweather/mateweather-uninstalled.pc.in
+++ b/libmateweather/mateweather-uninstalled.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: MateWeather
Description: MateWeather shared library
Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gio-2.0
+Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-@GTK_API_VERSION@ gio-2.0
Requires.private: libxml-2.0 libsoup-2.4
Libs: ${pc_top_builddir}/${pcfiledir}/libmateweather.la
Cflags: -I${pc_top_builddir}/${pcfiledir}/..
diff --git a/libmateweather/mateweather.pc.in b/libmateweather/mateweather.pc.in
index e90dbae..785975a 100644
--- a/libmateweather/mateweather.pc.in
+++ b/libmateweather/mateweather.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: MateWeather
Description: MateWeather shared library
Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gio-2.0
+Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-@GTK_API_VERSION@ gio-2.0
Requires.private: libxml-2.0 libsoup-2.4
Libs: -L${libdir} -lmateweather
Libs.private: -lm