diff options
author | Bian Naimeng <biannm@cn.fujitsu.com> | 2015-08-31 13:05:20 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-08 16:18:35 +0200 |
commit | 06104c03ad5a0fe35000b665a7be60697bb1da04 (patch) | |
tree | c85695ae047d564b1d03a1c9999d83071e9ecadd | |
parent | 21be39e410f7b36065ff169ecdb5195b8a0d1754 (diff) | |
download | meta-openembedded-06104c03ad5a0fe35000b665a7be60697bb1da04.tar.gz |
libgxim: inherit gettext to fix build error in a non-gplv3 build.
| configure.ac:18: warning: AM_NLS is m4_require'd but not m4_defun'd
| aclocal.m4:2363: IT_PROG_INTLTOOL is expanded from...
| aclocal.m4:2545: AC_PROG_INTLTOOL is expanded from...
| configure.ac:18: the top level
| configure:12119: error: possibly undefined macro: AM_NLS
| If this token and others are legitimate, please use m4_pattern_allow.
| See the Autoconf documentation.
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb index 0b4b743a8..768bdaa69 100644 --- a/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
@@ -22,4 +22,4 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
22 | EXTRA_OECONF = " --disable-static --disable-rebuilds" | 22 | EXTRA_OECONF = " --disable-static --disable-rebuilds" |
23 | DEPENDS += "gtk+ glib-2.0 ruby-native" | 23 | DEPENDS += "gtk+ glib-2.0 ruby-native" |
24 | 24 | ||
25 | inherit autotools pkgconfig | 25 | inherit autotools pkgconfig gettext |