1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

xorg-util: add gettext to DEPENDS where required

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 17:15:07 +00:00
parent 5fda6f9667
commit 26d20714df
+2 -1
View File
@@ -1,12 +1,13 @@
require xorg-util-common.inc
DESCRIPTION = "X autotools macros"
PR = "r5"
PR = "r6"
PE = "1"
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
DEPENDS = "gettext"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"