Commit 8fab9295 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libglib2: select libiconv

parent 4bff8e7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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))