|
@@ -60,10 +60,6 @@ LIBGLIB2_MESON_EXTRA_PROPERTIES = \
|
|
have_c99_snprintf=true \
|
|
have_c99_snprintf=true \
|
|
have_unix98_printf=true
|
|
have_unix98_printf=true
|
|
|
|
|
|
-ifneq ($(BR2_ENABLE_LOCALE),y)
|
|
|
|
-LIBGLIB2_DEPENDENCIES += libiconv
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
|
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
|
LIBGLIB2_DEPENDENCIES += elfutils
|
|
LIBGLIB2_DEPENDENCIES += elfutils
|
|
endif
|
|
endif
|
|
@@ -74,7 +70,6 @@ LIBGLIB2_LDFLAGS += -latomic
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
-LIBGLIB2_CONF_OPTS += -Diconv=external
|
|
|
|
LIBGLIB2_DEPENDENCIES += libiconv
|
|
LIBGLIB2_DEPENDENCIES += libiconv
|
|
endif
|
|
endif
|
|
|
|
|