[oe-commits] Ross Burton : xorg-proto: remove evieext

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 11:39:54 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: c69bd10dabc7a9d4b5abfd7749b4d01cf207421f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c69bd10dabc7a9d4b5abfd7749b4d01cf207421f

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Oct 12 09:32:16 2012 +0000

xorg-proto: remove evieext

It was removed from xserver in 2008.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb  |   15 ---------------
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    2 +-
 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 271398d..0000000
--- a/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require xorg-proto-common.inc
-
-SUMMARY = "EvIE: X Event Interception Extension headers"
-
-DESCRIPTION = "This package provides the wire protocol for the X Event \
-Interception Extension.  This extension allows the interception of \
-keyboard and mouse events."
-
-PR = "r0"
-PE = "1"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=4db9fc6a58e873c6392eec53082d89b5"
-
-SRC_URI[md5sum] = "98bd86a13686f65f0873070fdee6efc7"
-SRC_URI[sha256sum] = "1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 3d81c6c..772fa52 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"
 





More information about the Openembedded-commits mailing list