diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb index aaa8aa8903..3becd40281 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb | |||
@@ -9,7 +9,7 @@ clients and the server, and the different types of screens and visuals \ | |||
9 | that are available." | 9 | that are available." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
12 | DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama libdmx libxau libxcomposite" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama libxau libxcomposite" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | SRC_URI += "file://disable-xkb.patch" | 15 | SRC_URI += "file://disable-xkb.patch" |
diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb deleted file mode 100644 index 96015ad882..0000000000 --- a/meta/recipes-graphics/xorg-lib/libdmx_1.1.5.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | |||
3 | SUMMARY = "DMX: Distributed Multihead X extension library" | ||
4 | |||
5 | DESCRIPTION = "The DMX extension provides support for communication with \ | ||
6 | and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of \ | ||
7 | the back-end screens attached to the server can be queried and modified \ | ||
8 | via this protocol." | ||
9 | |||
10 | LICENSE = "MIT" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ | ||
12 | file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1" | ||
13 | |||
14 | DEPENDS += "libxext xorgproto" | ||
15 | |||
16 | PE = "1" | ||
17 | |||
18 | SRC_URI[sha256sum] = "35a4e26a8b0b2b4fe36441dca463645c3fa52d282ac3520501a38ea942cbf74f" | ||