diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 17:28:40 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 17:28:40 +0100 |
commit | e4a43a1e2eb7b02f68555cfd5508f4a2ca1ec702 (patch) | |
tree | 81a113a9fc1691840a542186c91cd28c1eb404fd /meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb | |
parent | 4378f77b0757aae29b22b367dbd468bc56a252e2 (diff) | |
download | poky-e4a43a1e2eb7b02f68555cfd5508f4a2ca1ec702.tar.gz |
Add gnome-settings-daemon and libgnomekbd from OE but with fixed dependencies
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb')
-rw-r--r-- | meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb b/meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb new file mode 100644 index 0000000000..a5e95759ad --- /dev/null +++ b/meta-gnome/packages/gnome/libgnomekbd_2.26.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "GNOME keyboard library" | ||
2 | LICENSE = "LGPL" | ||
3 | |||
4 | DEPENDS = "gconf-dbus dbus libxklavier gtk+" | ||
5 | |||
6 | inherit gnome | ||
7 | |||
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 | ||
11 | } | ||
12 | |||
13 | do_stage() { | ||
14 | autotools_stage_all | ||
15 | } | ||
16 | |||
17 | |||
18 | |||
19 | |||