diff options
-rw-r--r-- | meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb | 15 | ||||
-rw-r--r-- | meta/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 271398d0a8..0000000000 --- a/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "EvIE: X Event Interception Extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Event \ | ||
6 | Interception Extension. This extension allows the interception of \ | ||
7 | keyboard and mouse events." | ||
8 | |||
9 | PR = "r0" | ||
10 | PE = "1" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4db9fc6a58e873c6392eec53082d89b5" | ||
13 | |||
14 | SRC_URI[md5sum] = "98bd86a13686f65f0873070fdee6efc7" | ||
15 | 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 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 | ||
24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
25 | 25 | ||
26 | 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" | 26 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" |
27 | LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" | 27 | LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" |
28 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" | 28 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" |
29 | 29 | ||