mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00: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_ENABLE_LOCALE
|
||||||
select BR2_PACKAGE_GETTEXT
|
select BR2_PACKAGE_GETTEXT
|
||||||
select BR2_PACKAGE_LIBINTL
|
select BR2_PACKAGE_LIBINTL
|
||||||
|
select BR2_PACKAGE_LIBICONV
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
Low-level core library that forms the basis of GTK+ and GNOME.
|
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 \
|
--infodir=/usr/info --enable-shared \
|
||||||
--enable-static $(DISABLE_NLS)
|
--enable-static $(DISABLE_NLS)
|
||||||
|
|
||||||
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
|
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl libiconv pkgconfig
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libglib2))
|
$(eval $(call AUTOTARGETS,package,libglib2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user