mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libgnomekdb: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user