diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/packages/xorg-app/xdpyinfo_1.1.0.bb (renamed from meta/packages/xorg-app/xdpyinfo_1.0.3.bb) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 3c57460ccd..256d39805b 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -102,7 +102,7 @@ PREFERRED_VERSION_xauth ?= "1.0.4" | |||
102 | PREFERRED_VERSION_xcmiscproto ?= "1.2.0" | 102 | PREFERRED_VERSION_xcmiscproto ?= "1.2.0" |
103 | PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0" | 103 | PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0" |
104 | PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.0" | 104 | PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.0" |
105 | PREFERRED_VERSION_xdpyinfo ?= "1.0.3" | 105 | PREFERRED_VERSION_xdpyinfo ?= "1.1.0" |
106 | PREFERRED_VERSION_xev ?= "1.0.3" | 106 | PREFERRED_VERSION_xev ?= "1.0.3" |
107 | PREFERRED_VERSION_xextproto ?= "7.1.0" | 107 | PREFERRED_VERSION_xextproto ?= "7.1.0" |
108 | PREFERRED_VERSION_xextproto-native ?= "7.1.0" | 108 | PREFERRED_VERSION_xextproto-native ?= "7.1.0" |
diff --git a/meta/packages/xorg-app/xdpyinfo_1.0.3.bb b/meta/packages/xorg-app/xdpyinfo_1.1.0.bb index 4764a7089f..f5d47e1392 100644 --- a/meta/packages/xorg-app/xdpyinfo_1.0.3.bb +++ b/meta/packages/xorg-app/xdpyinfo_1.1.0.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X display information utility" | 3 | DESCRIPTION = "X display information utility" |
4 | LICENSE = "MIT" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94" |
5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | 5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" |
6 | PR = "r1" | 6 | PR = "r0" |
7 | PE = "1" | 7 | PE = "1" |
8 | 8 | ||
9 | SRC_URI += "file://disable-xkb.patch;patch=1" | 9 | SRC_URI += "file://disable-xkb.patch" |
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-xkb" | 11 | EXTRA_OECONF = "--disable-xkb" |