From patchwork Sun Apr 8 19:08:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152546 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 07547B7000 for ; Sun, 15 Apr 2012 05:31:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D815F8FAA6; Sat, 14 Apr 2012 19:30:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uDrEeZD1qEow; Sat, 14 Apr 2012 19:30:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0B82A8FAC0; Sat, 14 Apr 2012 19:30:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 919268F75B for ; Sat, 14 Apr 2012 19:29:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 768CA8F9AB for ; Sat, 14 Apr 2012 19:29:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p8Q-NWALONHv for ; Sat, 14 Apr 2012 19:29:48 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id E9BAC8F668 for ; Sat, 14 Apr 2012 19:29:47 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id DC37A96ABE; Sat, 14 Apr 2012 19:29:47 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Sun, 8 Apr 2012 21:08:58 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 8876b6751e0bc19a3754290061808f0f8420708e X-Git-Newrev: 9d4d2086351c1e85ad3571380511640426a40206 X-Patchwork-Hint: ignore Message-Id: <20120414192947.DC37A96ABE@busybox.osuosl.org> Subject: [Buildroot] [git commit] gdk-pixbuf: cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=9d4d2086351c1e85ad3571380511640426a40206 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master No need for empty line before help text, and AUTOTARGETS handle --disable-largefile. Signed-off-by: Peter Korsgaard --- package/gdk-pixbuf/Config.in | 1 - package/gdk-pixbuf/gdk-pixbuf.mk | 4 ---- 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/package/gdk-pixbuf/Config.in b/package/gdk-pixbuf/Config.in index 8b9cc3f..28a0f12 100644 --- a/package/gdk-pixbuf/Config.in +++ b/package/gdk-pixbuf/Config.in @@ -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. diff --git a/package/gdk-pixbuf/gdk-pixbuf.mk b/package/gdk-pixbuf/gdk-pixbuf.mk index de80706..8dc1c47 100644 --- a/package/gdk-pixbuf/gdk-pixbuf.mk +++ b/package/gdk-pixbuf/gdk-pixbuf.mk @@ -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