mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
21be39e410
commit
06104c03ad
|
|
@ -22,4 +22,4 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|||
EXTRA_OECONF = " --disable-static --disable-rebuilds"
|
||||
DEPENDS += "gtk+ glib-2.0 ruby-native"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools pkgconfig gettext
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user