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:13:36 +0100 |
commit | d6dc72c0487bf1b0c8c8b78c3f1d5cf6cd3b2c05 (patch) | |
tree | 5ca26e90b558a0eb97b0abd1ec1359f68285efe7 /meta/recipes-graphics/xorg-app | |
parent | f29e000832edb7b3467a1dedcdd8579b1201c643 (diff) | |
download | poky-d6dc72c0487bf1b0c8c8b78c3f1d5cf6cd3b2c05.tar.gz |
xorg: remove all traces of XPrint
The XPrint server was removed from Xorg in 2008.
(From OE-Core rev: 5b3748d463a6666c0d8e2624092619da8d8e6328)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ | |||
9 | that are available." | 9 | that are available." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau" |
13 | PR = "${INC_PR}.0" | 13 | PR = "${INC_PR}.1" |
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | SRC_URI += "file://disable-xkb.patch" | 16 | 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." | |||
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" |
10 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" | 10 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxau" |
11 | PR = "${INC_PR}.0" | 11 | PR = "${INC_PR}.1" |
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
14 | SRC_URI += "file://disable-xkb.patch" | 14 | SRC_URI += "file://disable-xkb.patch" |