diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-12 09:32:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:03:27 +0100 |
commit | 574843864dcdb65d28bc2c3753339f123a9bc528 (patch) | |
tree | 986d3956f96886d3d9a41189f6f9e7c5837fdfbf /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |
parent | aad06196254f1d08696ea0fcf50007ce3be933ac (diff) | |
download | openembedded-core-574843864dcdb65d28bc2c3753339f123a9bc528.tar.gz openembedded-core-574843864dcdb65d28bc2c3753339f123a9bc528.tar.bz2 openembedded-core-574843864dcdb65d28bc2c3753339f123a9bc528.zip |
xorg-proto: remove evieext
It was removed from xserver in 2008.
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-xserver/xserver-xorg.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" inherit autotools pkgconfig -PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" +PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" |