aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
-rw-r--r--data/libmatchbox2.pc.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e670e7b..56313d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-02-25 Tomas Frydrych <tf@o-hand.com>
+ * configure.ac:
+ * data/libmatchbox2-0.1.pc.in:
+ Fixed pkgconfig include path.
+
+2008-02-25 Tomas Frydrych <tf@o-hand.com>
+
* matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c:
Insert texture actors into a 'desktop' ClutterGroup rather than
directly into stage to provide greater flexibility in subclassing.
diff --git a/configure.ac b/configure.ac
index a7a6cc6..7fafa65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,9 @@ AC_SUBST(MBWM2_API_VERSION)
MBWM2_INCDIR=matchbox-wm-2/$MBWM2_API_VERSION/matchbox
AC_SUBST(MBWM2_INCDIR)
+MBWM2_PKGINCDIR=matchbox-wm-2/$MBWM2_API_VERSION/
+AC_SUBST(MBWM2_PKGINCDIR)
+
AM_MAINTAINER_MODE
AC_PROG_CC
diff --git a/data/libmatchbox2.pc.in b/data/libmatchbox2.pc.in
index e8c9b13..6774c64 100644
--- a/data/libmatchbox2.pc.in
+++ b/data/libmatchbox2.pc.in
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/@MBWM2_INCDIR@
+includedir=@includedir@/@MBWM2_PKGINCDIR@
localedir=@localedir@
apiversion=@MBWM2_API_VERSION@