aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xdpyinfo_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-app/xdpyinfo_1.0.3.bb')
-rw-r--r--recipes/xorg-app/xdpyinfo_1.0.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.0.3.bb b/recipes/xorg-app/xdpyinfo_1.0.3.bb
new file mode 100644
index 0000000000..2ecd1a6709
--- /dev/null
+++ b/recipes/xorg-app/xdpyinfo_1.0.3.bb
@@ -0,0 +1,10 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "X display information utility"
+LICENSE = "MIT"
+DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
+PE = "1"
+
+SRC_URI += "file://disable-xkb.patch;patch=1"
+
+EXTRA_OECONF = "--disable-xkb"