aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-21 20:06:48 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-21 20:06:48 +0200
commit4615c43a1cbe0980c9c471a55e3e82b8859ca7e3 (patch)
treedba9d4050236c101fcec65fcd576911d9a09e331 /meta-gnome/recipes-gnome/gnome
parentb15a4c55be1fdc594e76928a9924280311bd454e (diff)
downloadmeta-openembedded-contrib-4615c43a1cbe0980c9c471a55e3e82b8859ca7e3.tar.gz
libgnomekdb: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb b/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
new file mode 100644
index 0000000000..f2e4ec533e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+
+DEPENDS = "gconf-dbus dbus libxklavier gtk+"
+
+inherit gnome
+
+do_configure_append() {
+ find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+
+