evas-native: add libxext-native as dependency
[openembedded.git] / recipes / gnome / libgnomekbd_2.24.0.bb
blob844eb1446ef6c010cc9e1893f1fbc66066b7a425
1 DESCRIPTION = "GNOME keyboard library"
2 LICENSE = "LGPL"
4 DEPENDS = "gconf libgnome libxklavier"
6 inherit gnome
8 do_configure_append() {
9 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
10 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
13 do_stage() {
14 autotools_stage_all