mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01: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…
Reference in New Issue
Block a user