gdk-pixbuf: cleanup
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 8 Apr 2012 19:07:32 +0000 (21:07 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 8 Apr 2012 19:08:58 +0000 (21:08 +0200)
No need for empty line before help text, and AUTOTARGETS handle
--disable-largefile.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gdk-pixbuf/Config.in
package/gdk-pixbuf/gdk-pixbuf.mk

index 8b9cc3fb7a51942d19df5d3ecadc0c1f24ebddc5..28a0f12c1a9e748d18247dfa5c28291c7c993d5f 100644 (file)
@@ -6,7 +6,6 @@ config BR2_PACKAGE_GDK_PIXBUF
        select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
-
          Gdk-Pixbuf is an image loader and scaler. It uses GObject
          and the GLib, to integrate well with GNOME applications.
 
index de80706ba02af5b38a5494fdd2d370811d996ae7..8dc1c4718324bca1ecc03ba9cd641877d7cc332e 100644 (file)
@@ -16,10 +16,6 @@ GDK_PIXBUF_CONF_ENV = \
 
 GDK_PIXBUF_CONF_OPT = --disable-glibtest
 
-ifneq ($(BR2_LARGEFILE),y)
-GDK_PIXBUF_CONF_OPT += --disable-largefile
-endif
-
 ifneq ($(BR2_PACKAGE_LIBPNG),y)
 GDK_PIXBUF_CONF_OPT += --without-libpng
 else