mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
libccss: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4"
|
||||
DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4 gettext"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user