summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb
new file mode 100644
index 0000000000..e448d3c852
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb
@@ -0,0 +1,14 @@
1require xorg-app-common.inc
2
3DESCRIPTION = "X display information utility"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
5DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
6PR = "r0"
7PE = "1"
8
9SRC_URI += "file://disable-xkb.patch"
10
11SRC_URI[md5sum] = "c52fda7bbc80e74b7839f29298cb1d77"
12SRC_URI[sha256sum] = "fe5bad498ecfbf21f9a2a18eee5ece9de5d52f68878f250db8f575c9b872b5ce"
13
14EXTRA_OECONF = "--disable-xkb"