mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 22:43:29 +08:00
libglib2: select libiconv
This commit is contained in:
parent
4bff8e7aab
commit
8fab9295d8
@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_GETTEXT
|
||||
select BR2_PACKAGE_LIBINTL
|
||||
select BR2_PACKAGE_LIBICONV
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
help
|
||||
Low-level core library that forms the basis of GTK+ and GNOME.
|
||||
|
@ -53,6 +53,6 @@ LIBGLIB2_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--infodir=/usr/info --enable-shared \
|
||||
--enable-static $(DISABLE_NLS)
|
||||
|
||||
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
|
||||
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl libiconv pkgconfig
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libglib2))
|
||||
|
Loading…
Reference in New Issue
Block a user