diff options
Diffstat (limited to 'packages/gnome/libgnomekbd_2.24.0.bb')
-rw-r--r-- | packages/gnome/libgnomekbd_2.24.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gnome/libgnomekbd_2.24.0.bb b/packages/gnome/libgnomekbd_2.24.0.bb new file mode 100644 index 0000000000..844eb1446e --- /dev/null +++ b/packages/gnome/libgnomekbd_2.24.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "GNOME keyboard library" +LICENSE = "LGPL" + +DEPENDS = "gconf libgnome libxklavier" + +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 +} + +do_stage() { + autotools_stage_all +} + + + + |