diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-10 13:29:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:00:37 +0100 |
commit | 7661d15957525885e5e9b1129da7a99eef19f4be (patch) | |
tree | c7a0241ff3331dfd149dab53135449d518d9170d /meta/recipes-graphics/xorg-xserver | |
parent | c914495e1431ad56fcd81460fa4f675be3b4be3b (diff) | |
download | openembedded-core-7661d15957525885e5e9b1129da7a99eef19f4be.tar.gz openembedded-core-7661d15957525885e5e9b1129da7a99eef19f4be.tar.bz2 openembedded-core-7661d15957525885e5e9b1129da7a99eef19f4be.zip |
xorg: remove XTrap
This functionality was broken upstream so it was removed.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-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 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}" inherit autotools pkgconfig -PROTO_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" +PROTO_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" LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" |