Loading package/libglib2/Config.in +4 −9 Original line number Diff line number Diff line config BR2_PACKAGE_LIBGLIB2 bool "libglib2" default n help Low-level core library that forms the basis of GTK+ and GNOME. http://www.gtk.org/ config BR2_PACKAGE_LIBGLIB2_LOCALE bool "libglib2-locale" default n select BR2_ENABLE_LOCALE select BR2_PACKAGE_GETTEXT select BR2_PACKAGE_LIBINTL select BR2_PACKAGE_PKGCONFIG help Enable locale support for Glib library. Low-level core library that forms the basis of GTK+ and GNOME. http://www.gtk.org/ package/libglib2/libglib2.mk +0 −4 Original line number Diff line number Diff line Loading @@ -146,11 +146,7 @@ $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6: $(STAGING_DIR)/lib/$(LIBGLIB2_BINARY) $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libgthread-2.0.so.0.* touch -c $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 ifeq ($(strip $(BR2_PACKAGE_LIBGLIB2_LOCAL)),y) libglib2: uclibc gettext libintl pkgconfig $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 else libglib2: uclibc $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 endif libglib2-clean: rm -f $(TARGET_DIR)/usr/lib/libglib-2.0* Loading Loading
package/libglib2/Config.in +4 −9 Original line number Diff line number Diff line config BR2_PACKAGE_LIBGLIB2 bool "libglib2" default n help Low-level core library that forms the basis of GTK+ and GNOME. http://www.gtk.org/ config BR2_PACKAGE_LIBGLIB2_LOCALE bool "libglib2-locale" default n select BR2_ENABLE_LOCALE select BR2_PACKAGE_GETTEXT select BR2_PACKAGE_LIBINTL select BR2_PACKAGE_PKGCONFIG help Enable locale support for Glib library. Low-level core library that forms the basis of GTK+ and GNOME. http://www.gtk.org/
package/libglib2/libglib2.mk +0 −4 Original line number Diff line number Diff line Loading @@ -146,11 +146,7 @@ $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6: $(STAGING_DIR)/lib/$(LIBGLIB2_BINARY) $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libgthread-2.0.so.0.* touch -c $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 ifeq ($(strip $(BR2_PACKAGE_LIBGLIB2_LOCAL)),y) libglib2: uclibc gettext libintl pkgconfig $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 else libglib2: uclibc $(TARGET_DIR)/lib/libglib-2.0.so.0.1200.6 endif libglib2-clean: rm -f $(TARGET_DIR)/usr/lib/libglib-2.0* Loading