libgnomekdb: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-04-21 20:06:48 +02:00
parent b15a4c55be
commit 4615c43a1c

View File

@ -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
}