diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-10 13:43:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:00:37 +0100 |
commit | 5b3748d463a6666c0d8e2624092619da8d8e6328 (patch) | |
tree | eb049d76a9c521f04dee0d9cd4ac0cc29b799124 /meta/recipes-graphics/xorg-app | |
parent | 5c6e928d43d1095cd61664175ed5c44150f3e474 (diff) | |
download | openembedded-core-5b3748d463a6666c0d8e2624092619da8d8e6328.tar.gz openembedded-core-5b3748d463a6666c0d8e2624092619da8d8e6328.tar.bz2 openembedded-core-5b3748d463a6666c0d8e2624092619da8d8e6328.zip |
xorg: remove all traces of XPrint
The XPrint server was removed from Xorg in 2008.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xset_1.2.2.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb index ae3cc8cbc1..e0b24420e9 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb @@ -9,8 +9,8 @@ clients and the server, and the different types of screens and visuals \ that are available." LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" -DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" -PR = "${INC_PR}.0" +DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau" +PR = "${INC_PR}.1" PE = "1" SRC_URI += "file://disable-xkb.patch" diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.2.bb b/meta/recipes-graphics/xorg-app/xset_1.2.2.bb index 0430f8c544..dde2ced3c4 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.2.2.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.2.2.bb @@ -7,8 +7,8 @@ preference options of the display." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" -DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" -PR = "${INC_PR}.0" +DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxau" +PR = "${INC_PR}.1" PE = "1" SRC_URI += "file://disable-xkb.patch" |