summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-12 09:32:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:13:43 +0100
commitaee0f321ef939e7d7ad9585a66e8cb22cad7514f (patch)
treea606fd3db9db9ac31801391d4eab59919b64e4e5 /meta/recipes-graphics
parent9b9fad3c5f086f3e1725698951aff58d6c89ac3b (diff)
downloadpoky-aee0f321ef939e7d7ad9585a66e8cb22cad7514f.tar.gz
xorg-proto: remove evieext
It was removed from xserver in 2008. (From OE-Core rev: 574843864dcdb65d28bc2c3753339f123a9bc528) 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-proto/evieext_1.1.1.bb15
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
2 files changed, 1 insertions, 16 deletions
diff --git a/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb b/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
deleted file mode 100644
index 271398d0a8..0000000000
--- a/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require xorg-proto-common.inc
2
3SUMMARY = "EvIE: X Event Interception Extension headers"
4
5DESCRIPTION = "This package provides the wire protocol for the X Event \
6Interception Extension. This extension allows the interception of \
7keyboard and mouse events."
8
9PR = "r0"
10PE = "1"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=4db9fc6a58e873c6392eec53082d89b5"
13
14SRC_URI[md5sum] = "98bd86a13686f65f0873070fdee6efc7"
15SRC_URI[sha256sum] = "1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 3d81c6c8db..772fa52ee0 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -23,7 +23,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
23 23
24inherit autotools pkgconfig 24inherit autotools pkgconfig
25 25
26PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" 26PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto"
27LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" 27LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl"
28DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" 28DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util"
29 29