generic-poky/meta/packages/gnome/libgnomekbd_2.26.0.bb

15 lines
314 B
Clojure

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
}