diff options
Diffstat (limited to 'recipes/xorg-app/xdpyinfo_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xdpyinfo_1.0.3.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.0.3.bb b/recipes/xorg-app/xdpyinfo_1.0.3.bb index 6d6d2092e5..eff9c09d19 100644 --- a/recipes/xorg-app/xdpyinfo_1.0.3.bb +++ b/recipes/xorg-app/xdpyinfo_1.0.3.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] = "b7cbab6cbcd12bf7ad65dbc12d86e104" SRC_URI[archive.sha256sum] = "4294768751bd4ffb47e5ebacfc7b5b9f95a1a2f4d221d8af64474382473e1962" -PR = "${INC_PR}.0" + +EXTRA_OECONF = "--disable-xkb" |