summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-10 13:29:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:36 +0100
commit1e533aec87a532a10e4d45f6daa5cd0105d49bfb (patch)
tree81bfd60c15e4db3f52cb5ba0a7ee032647aefb7e /meta/recipes-graphics
parente7ee5be0728db00ff54d7cca1c5ccea72788cb1f (diff)
downloadpoky-1e533aec87a532a10e4d45f6daa5cd0105d49bfb.tar.gz
xorg: remove XTrap
This functionality was broken upstream so it was removed. (From OE-Core rev: 7661d15957525885e5e9b1129da7a99eef19f4be) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb15
-rw-r--r--meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb16
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
3 files changed, 1 insertions, 32 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
deleted file mode 100644
index 4d1f791ace..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "XTrap: X event trapping extension library"
2
3DESCRIPTION = "libXTrap provides an interface to the DEC-XTRAP \
4extension, which allows for capture and synthesis of core input events."
5
6require xorg-lib-common.inc
7LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305"
8DEPENDS += "libxt trapproto libxext"
9PR = "r1"
10PE = "1"
11
12XORG_PN = "libXTrap"
13
14SRC_URI[md5sum] = "1e2d966b5b2b89910e418bb0f78e10de"
15SRC_URI[sha256sum] = "cfd12ce675bd5cdeac3720582741fe81a99343bef475d440cb34a7f2cdfe34ba"
diff --git a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb b/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb
deleted file mode 100644
index 54d962e530..0000000000
--- a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1require xorg-proto-common.inc
2
3SUMMARY = "XTrap: X event trapping extension headers"
4
5DESCRIPTION = "This package provides the wire protocol for the X event \
6trapping extension. This extension provides the interface which allows \
7for capture and synthesis of core input events."
8
9LICENSE = "MIT-style"
10LIC_FILES_CHKSUM = "file://COPYING;md5=0a984c8e242256a12f3b8dac085893db"
11
12PR = "r1"
13PE = "1"
14
15SRC_URI[md5sum] = "3b713239e5e6b269b31cb665563358df"
16SRC_URI[sha256sum] = "ff32a0d3bc696cadc3457be9c85e9818af2b6daa2f159188bb01aad7e932a0e1"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index bea0252259..ceb094f78b 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -22,7 +22,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
22 22
23inherit autotools pkgconfig 23inherit autotools pkgconfig
24 24
25PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" 25PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto"
26LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" 26LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl"
27DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" 27DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util"
28 28