summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb4
-rw-r--r--meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb4
-rw-r--r--meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb3
3 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb
index 79078efddd..793008b797 100644
--- a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb
+++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb
@@ -6,10 +6,12 @@ both client-side and server-side."
6 6
7require xorg-lib-common.inc 7require xorg-lib-common.inc
8 8
9inherit gettext
10
9LICENSE = "MIT-style" 11LICENSE = "MIT-style"
10LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" 12LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
11 13
12DEPENDS += " xproto gettext" 14DEPENDS += " xproto"
13PROVIDES = "xau" 15PROVIDES = "xau"
14 16
15PR = "r0" 17PR = "r0"
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
index d897dab0f5..483dce3aea 100644
--- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb
@@ -8,6 +8,8 @@ autonomous display."
8 8
9require xorg-lib-common.inc 9require xorg-lib-common.inc
10 10
11inherit gettext
12
11LICENSE = "MIT-style" 13LICENSE = "MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" 14LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
13 15
@@ -17,8 +19,6 @@ PROVIDES = "xdmcp"
17PR = "r0" 19PR = "r0"
18PE = "1" 20PE = "1"
19 21
20DEPENDS += "gettext"
21
22XORG_PN = "libXdmcp" 22XORG_PN = "libXdmcp"
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb
index 335f020a26..19abe5a317 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb
@@ -16,7 +16,8 @@ PE = "1"
16PR = "r0" 16PR = "r0"
17 17
18RDEPENDS_${PN}-dev = "" 18RDEPENDS_${PN}-dev = ""
19DEPENDS += "gettext" 19
20inherit gettext
20 21
21BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"
22 23