summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
new file mode 100644
index 0000000000..3becd40281
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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 libxi libxrender libxinerama libxau libxcomposite"
13PE = "1"
14
15SRC_URI += "file://disable-xkb.patch"
16
17SRC_URI_EXT = "xz"
18SRC_URI[sha256sum] = "a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b"
19
20EXTRA_OECONF = "--disable-xkb"