aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-04-04 14:05:53 -0700
committerKoen Kooi <koen@openembedded.org>2011-05-08 20:24:26 +0200
commita44976461712972b9bf9d2057045987e63a486a4 (patch)
treed01ef751de5181a48473c22daf8a6604f6c8cfd4 /recipes/gnome
parentf445c5ce99487aa1cf2208cef220fe636a8f822c (diff)
downloadopenembedded-a44976461712972b9bf9d2057045987e63a486a4.tar.gz
libgnomekbd: Add recipe for 2.32.0
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/libgnomekbd_2.32.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/libgnomekbd_2.32.0.bb b/recipes/gnome/libgnomekbd_2.32.0.bb
new file mode 100644
index 0000000000..7696365ee4
--- /dev/null
+++ b/recipes/gnome/libgnomekbd_2.32.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "gconf libgnome libxklavier"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd"
+SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256"
+
+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
+}
+
+
+
+
+