[glade3] data: Fix pkg-config (gladeui-2.0.pc) file
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] data: Fix pkg-config (gladeui-2.0.pc) file
- Date: Tue, 4 Jan 2011 22:03:59 +0000 (UTC)
commit 2e0847770eab7b1e97012a687b751692bd5dd612
Author: Johannes Schmid <jhs gnome org>
Date: Tue Jan 4 15:30:17 2011 +0100
data: Fix pkg-config (gladeui-2.0.pc) file
ChangeLog | 4 ++++
data/gladeui-2.0.pc.in | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ecbeda1..a8edea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-04 Johannes Schmid <jhs gnome org>
+
+ * data/gladeui-2.0.pc.in: Fix include paths and library name
+
2011-01-04 Tristan Van Berkom <tristanvb openismus com>
* gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app.[ch],
diff --git a/data/gladeui-2.0.pc.in b/data/gladeui-2.0.pc.in
index 2927271..786cbb9 100644
--- a/data/gladeui-2.0.pc.in
+++ b/data/gladeui-2.0.pc.in
@@ -3,7 +3,7 @@ exec_prefix= exec_prefix@
libdir= libdir@
datarootdir= datarootdir@
datadir= datadir@
-includedir= includedir@/libgladeui-3.0
+includedir= includedir@/libgladeui-2.0
catalogdir= datadir@/@PACKAGE@/catalogs
pixmapdir= datadir@/@PACKAGE@/pixmaps
moduledir= libdir@/@PACKAGE@/modules
@@ -14,5 +14,5 @@ Description: Glade interface designer library
URL: http://glade.gnome.org
Version: @PACKAGE_VERSION@
Requires: gtk+-3.0 >= 2.91.2 libxml-2.0 >= 2.4.0
-Libs: -L${libdir} -lgladeui-3
+Libs: -L${libdir} -lgladeui-2
Cflags: -I${includedir}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]