mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
clutter: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
|
||||
|
||||
COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|netbook|menlow)"
|
||||
|
||||
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi"
|
||||
STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi gettext"
|
||||
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
|
||||
|
||||
DEPENDS = "${STDDEPENDS} virtual/libgl"
|
||||
|
||||
@@ -2,7 +2,7 @@ require clutter.inc
|
||||
require clutter-package.inc
|
||||
|
||||
PV = "1.0.0+git${SRCPV}"
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
|
||||
file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
|
||||
|
||||
Reference in New Issue
Block a user