[oe-commits] [meta-openembedded] 09/80: libgxim: add intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:30 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c5988658eb9671c5bdfc8e3ab8f4dc191ec0d521
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Aug 12 14:18:05 2016 +0200

    libgxim: add intltool-native dependency
    
    * fixes:
      | configure.ac:18: error: possibly undefined macro: AC_PROG_INTLTOOL
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
index 768bdaa..772babf 100644
--- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
+++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
@@ -20,6 +20,6 @@ LIC_FILES_CHKSUM = "\
 file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 EXTRA_OECONF = " --disable-static --disable-rebuilds"
-DEPENDS += "gtk+ glib-2.0 ruby-native"
+DEPENDS += "gtk+ glib-2.0 ruby-native intltool-native"
 
 inherit autotools pkgconfig gettext

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list