mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
xorg-proto: add gettext to DEPENDS where required
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
DEPENDS += "util-macros gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -7,6 +7,6 @@ PV = "1.9.99.12+git${SRCPV}"
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
DEPENDS += "util-macros gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
require xorg-proto-common.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
DEPENDS += "util-macros gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -3,4 +3,6 @@ require xorg-proto-common.inc
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "gettext"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user