summaryrefslogtreecommitdiff
path: root/recipes/xorg-app/xdpyinfo_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-app/xdpyinfo_1.1.0.bb')
-rw-r--r--recipes/xorg-app/xdpyinfo_1.1.0.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.1.0.bb b/recipes/xorg-app/xdpyinfo_1.1.0.bb
index 02a46dacf8..f7b31346ba 100644
--- a/recipes/xorg-app/xdpyinfo_1.1.0.bb
+++ b/recipes/xorg-app/xdpyinfo_1.1.0.bb
@@ -1,14 +1,12 @@
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"
+PR = "${INC_PR}.0"
SRC_URI += "file://disable-xkb.patch"
-
-EXTRA_OECONF = "--disable-xkb"
-
SRC_URI[archive.md5sum] = "d1d516610316138105cd07064b257c5c"
SRC_URI[archive.sha256sum] = "780d8dfe65653f42ee26d35928ab7f72f5f27ab08eda692fe4baad05126a0631"
-PR = "${INC_PR}.0"
+
+EXTRA_OECONF = "--disable-xkb"