summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohannes Schmid <jhs@gnome.org>2010-11-18 16:24:58 +0100
committerJohannes Schmid <jhs@gnome.org>2010-11-18 16:24:58 +0100
commita05805d16445ee710f3a480f3cd238b015b8b2e6 (patch)
treebd3bf91a39a854aa62c9a7cdeb05eecb8f9332d6 /data
parent38f0171103862b1f300317efbe41bdba383af5a4 (diff)
downloadglade-a05805d16445ee710f3a480f3cd238b015b8b2e6.tar.gz
Use libgladeui-3 as library name, remove --with-gtk option and adapt
Makefiles and configure.in As we can only build against gtk+-3.0 anyway, we should use a suitable library name.
Diffstat (limited to 'data')
-rw-r--r--data/gladeui-3.0.pc.in (renamed from data/gladeui-1.0.pc.in)6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/gladeui-1.0.pc.in b/data/gladeui-3.0.pc.in
index a42bafe0..2927271e 100644
--- a/data/gladeui-1.0.pc.in
+++ b/data/gladeui-3.0.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
-includedir=@includedir@/libgladeui-1.0
+includedir=@includedir@/libgladeui-3.0
catalogdir=@datadir@/@PACKAGE@/catalogs
pixmapdir=@datadir@/@PACKAGE@/pixmaps
moduledir=@libdir@/@PACKAGE@/modules
@@ -13,6 +13,6 @@ Name: Glade
Description: Glade interface designer library
URL: http://glade.gnome.org
Version: @PACKAGE_VERSION@
-Requires: gtk+-2.0 >= 2.14.0 libxml-2.0 >= 2.4.0
-Libs: -L${libdir} -lgladeui-1
+Requires: gtk+-3.0 >= 2.91.2 libxml-2.0 >= 2.4.0
+Libs: -L${libdir} -lgladeui-3
Cflags: -I${includedir}