mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:20:34 +00:00
libgnomekdb: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
b15a4c55be
commit
4615c43a1c
14
meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
Normal file
14
meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
Normal 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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user