diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb | 3 |
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 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | inherit gettext | ||
10 | |||
9 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" |
11 | 13 | ||
12 | DEPENDS += " xproto gettext" | 14 | DEPENDS += " xproto" |
13 | PROVIDES = "xau" | 15 | PROVIDES = "xau" |
14 | 16 | ||
15 | PR = "r0" | 17 | PR = "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 | ||
9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
10 | 10 | ||
11 | inherit gettext | ||
12 | |||
11 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" |
13 | 15 | ||
@@ -17,8 +19,6 @@ PROVIDES = "xdmcp" | |||
17 | PR = "r0" | 19 | PR = "r0" |
18 | PE = "1" | 20 | PE = "1" |
19 | 21 | ||
20 | DEPENDS += "gettext" | ||
21 | |||
22 | XORG_PN = "libXdmcp" | 22 | XORG_PN = "libXdmcp" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "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" | |||
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
19 | DEPENDS += "gettext" | 19 | |
20 | inherit gettext | ||
20 | 21 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
22 | 23 | ||