glib-2.0 native: fix DEPENDS
authorKoen Kooi <koen@openembedded.org>
Wed, 24 Sep 2008 08:06:49 +0000 (08:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 24 Sep 2008 08:06:49 +0000 (08:06 +0000)
packages/glib-2.0/glib-2.0-native_2.18.0.bb

index 4a610c4..486cf5e 100644 (file)
@@ -1,11 +1,13 @@
 require glib-2.0_${PV}.bb
 
 FILESPATH = "${FILE_DIRNAME}/glib-2.0-${PV}:${FILE_DIRNAME}/files"
-DEPENDS = "gtk-doc-native"
 PR = "r1"
 
 inherit native
 
+DEPENDS = "gettext-native gtk-doc-native"
+
+
 do_configure_prepend() {
     if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
                echo "${TARGET_SYS}-libtool already present"