summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-06-10 16:22:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-13 17:38:06 +0100
commitf934f38607a42346a7e574e92456222548cbb422 (patch)
tree38169826db64b768efe5363a323e77ffe95127aa /meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
parent8fef8f85e9b86ebfd9bd5efc1beef1574548f42a (diff)
downloadpoky-f934f38607a42346a7e574e92456222548cbb422.tar.gz
xdpyinfo: upgrade to 1.3.1
(From OE-Core rev: 58fcded3b5657d6120b97fdc605506608eb2b0a5) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
new file mode 100644
index 0000000000..c853926104
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
@@ -0,0 +1,20 @@
1require xorg-app-common.inc
2
3SUMMARY = "Display information utility for X"
4
5DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \
6X server. It is used to examine the capabilities of a server, the \
7predefined values for various parameters used in communicating between \
8clients and the server, and the different types of screens and visuals \
9that are available."
10
11LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
12DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau"
13PE = "1"
14
15SRC_URI += "file://disable-xkb.patch"
16
17SRC_URI[md5sum] = "cacc0733f16e4f2a97a5c430fcc4420e"
18SRC_URI[sha256sum] = "aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94"
19
20EXTRA_OECONF = "--disable-xkb"