summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
diff options
context:
space:
mode:
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..3688e1b579
--- /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 libxcomposite"
13PE = "1"
14
15SRC_URI += "file://disable-xkb.patch"
16
17SRC_URI[md5sum] = "cacc0733f16e4f2a97a5c430fcc4420e"
18SRC_URI[sha256sum] = "aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94"
19
20EXTRA_OECONF = "--disable-xkb"