summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
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/libgnomekbd_2.26.0.bb
parentb15a4c55be1fdc594e76928a9924280311bd454e (diff)
downloadmeta-openembedded-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/libgnomekbd_2.26.0.bb')
-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 000000000..f2e4ec533
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "GNOME keyboard library"
2LICENSE = "LGPL"
3
4DEPENDS = "gconf-dbus dbus libxklavier gtk+"
5
6inherit gnome
7
8do_configure_append() {
9 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
10 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
11}
12
13
14