aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-05 13:59:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-06 01:23:59 +0200
commitb8ec0a9a733961541d12ba43c251299da231cafd (patch)
treea432214cdfd8c85800acc01b8562abb57938e137 /recipes/xorg-app
parentbcda7b5c1c7cd3eaf84c055ccf6a7583d6150e26 (diff)
downloadopenembedded-b8ec0a9a733961541d12ba43c251299da231cafd.tar.gz
xorg: new versions for 2010-10-05
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xdpyinfo_1.2.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.2.0.bb b/recipes/xorg-app/xdpyinfo_1.2.0.bb
new file mode 100644
index 0000000000..066cdf4bb3
--- /dev/null
+++ b/recipes/xorg-app/xdpyinfo_1.2.0.bb
@@ -0,0 +1,12 @@
+require xorg-app-common.inc
+DESCRIPTION = "X display information utility"
+LICENSE = "MIT"
+DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://disable-xkb.patch"
+SRC_URI[archive.md5sum] = "c52fda7bbc80e74b7839f29298cb1d77"
+SRC_URI[archive.sha256sum] = "fe5bad498ecfbf21f9a2a18eee5ece9de5d52f68878f250db8f575c9b872b5ce"
+
+EXTRA_OECONF = "--disable-xkb"