aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 12:41:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 14:27:32 +0200
commit9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6 (patch)
tree135a713ede7fb0f84b485e6b270d28423b812813 /recipes/xorg-app
parent44ded83e917c4d8b47b215648efc2860f794c764 (diff)
downloadopenembedded-9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6.tar.gz
xorg: add latest versions for 2010-08-12
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xditview_1.0.2.bb7
-rw-r--r--recipes/xorg-app/xset_1.2.0.bb14
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xorg-app/xditview_1.0.2.bb b/recipes/xorg-app/xditview_1.0.2.bb
new file mode 100644
index 0000000000..9a9f20a36d
--- /dev/null
+++ b/recipes/xorg-app/xditview_1.0.2.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxaw libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "dbf480019b75377154b6976726809bba"
+SRC_URI[archive.sha256sum] = "e5d02b60a8f383a20c44cc7d718455075344fb37d171b0397b84f1cc8d49e776"
diff --git a/recipes/xorg-app/xset_1.2.0.bb b/recipes/xorg-app/xset_1.2.0.bb
new file mode 100644
index 0000000000..beae9e51c9
--- /dev/null
+++ b/recipes/xorg-app/xset_1.2.0.bb
@@ -0,0 +1,14 @@
+require xorg-app-common.inc
+DESCRIPTION = "user preference utility for X"
+LICENSE = "MIT"
+DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://disable-xkb.patch"
+SRC_URI[archive.md5sum] = "88ff2d390695366fa53e5d746fe86ad5"
+SRC_URI[archive.sha256sum] = "f038dd98a1508ee9467946fa5d69cc6d758cd709f656a704d7a9c824eecc1bfd"
+
+EXTRA_OECONF = "--disable-xkb"
+
+CFLAGS += "-D_GNU_SOURCE"