summaryrefslogtreecommitdiff
path: root/recipes/xorg-app/xdpyinfo_1.0.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 10:47:39 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:11:27 +0200
commit2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch)
treef17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xdpyinfo_1.0.2.bb
parentbd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff)
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xdpyinfo_1.0.2.bb')
-rw-r--r--recipes/xorg-app/xdpyinfo_1.0.2.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.0.2.bb b/recipes/xorg-app/xdpyinfo_1.0.2.bb
index 3fd93122ab..80f4bf7fc4 100644
--- a/recipes/xorg-app/xdpyinfo_1.0.2.bb
+++ b/recipes/xorg-app/xdpyinfo_1.0.2.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] = "c9ee60ae52c97c51d4ca327e53f0cb61"
SRC_URI[archive.sha256sum] = "c9927fc33e8a4422d74b1ebee0d19dd5a16d9ebc435e8f47f0aa546501ccfed3"
-PR = "${INC_PR}.0"
+
+EXTRA_OECONF = "--disable-xkb"