summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-05-20 21:20:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-22 13:29:48 +0100
commitb88a24ae5bb91e3d9e1d2a8d0f908280398f7c5a (patch)
tree809534c589f55fe01d83a19acc07388eab38fdd0 /meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
parentb7a051f15be53fdacdd55e8ce0dee3c0a8a52279 (diff)
downloadpoky-b88a24ae5bb91e3d9e1d2a8d0f908280398f7c5a.tar.gz
xdpyinfo: upgrade to 1.3.2
(From OE-Core rev: 1703e287cad9103e132e6a6e22ebc0c513d831eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
new file mode 100644
index 0000000000..af04bb6e3a
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.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 libxcomposite"
13PE = "1"
14
15SRC_URI += "file://disable-xkb.patch"
16
17SRC_URI[md5sum] = "8809037bd48599af55dad81c508b6b39"
18SRC_URI[sha256sum] = "30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51"
19
20EXTRA_OECONF = "--disable-xkb"