M7350/oe-core/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
2024-09-09 08:52:07 +00:00

15 lines
309 B
BlitzBasic

DESCRIPTION = "GNOME keyboard library"
LICENSE = "LGPL"
DEPENDS = "gconf 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
}