diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb | 15 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb | 16 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
3 files changed, 1 insertions, 32 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb deleted file mode 100644 index 4d1f791ace..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "XTrap: X event trapping extension library" | ||
2 | |||
3 | DESCRIPTION = "libXTrap provides an interface to the DEC-XTRAP \ | ||
4 | extension, which allows for capture and synthesis of core input events." | ||
5 | |||
6 | require xorg-lib-common.inc | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305" | ||
8 | DEPENDS += "libxt trapproto libxext" | ||
9 | PR = "r1" | ||
10 | PE = "1" | ||
11 | |||
12 | XORG_PN = "libXTrap" | ||
13 | |||
14 | SRC_URI[md5sum] = "1e2d966b5b2b89910e418bb0f78e10de" | ||
15 | SRC_URI[sha256sum] = "cfd12ce675bd5cdeac3720582741fe81a99343bef475d440cb34a7f2cdfe34ba" | ||
diff --git a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb b/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb deleted file mode 100644 index 54d962e530..0000000000 --- a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XTrap: X event trapping extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X event \ | ||
6 | trapping extension. This extension provides the interface which allows \ | ||
7 | for capture and synthesis of core input events." | ||
8 | |||
9 | LICENSE = "MIT-style" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a984c8e242256a12f3b8dac085893db" | ||
11 | |||
12 | PR = "r1" | ||
13 | PE = "1" | ||
14 | |||
15 | SRC_URI[md5sum] = "3b713239e5e6b269b31cb665563358df" | ||
16 | SRC_URI[sha256sum] = "ff32a0d3bc696cadc3457be9c85e9818af2b6daa2f159188bb01aad7e932a0e1" | ||
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}" | |||
22 | 22 | ||
23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
24 | 24 | ||
25 | 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" | 25 | 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" |
26 | LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" | 26 | LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" |
27 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" | 27 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" |
28 | 28 | ||