From patchwork Sat Oct 5 21:16:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?RmF0aWggQcWfxLFjxLE=?= X-Patchwork-Id: 280804 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 845A12C00A3 for ; Sun, 6 Oct 2013 08:18:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6820693A82; Sat, 5 Oct 2013 21:18:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rGEDk2sEnZoq; Sat, 5 Oct 2013 21:18:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BF00C93A6A; Sat, 5 Oct 2013 21:18:51 +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 7CA731BF952 for ; Sat, 5 Oct 2013 21:18:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 774018BCBF for ; Sat, 5 Oct 2013 21:18: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 FSJMxLy2KCh1 for ; Sat, 5 Oct 2013 21:18:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8E4DD8BBBF for ; Sat, 5 Oct 2013 21:18:49 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so2461972eaj.0 for ; Sat, 05 Oct 2013 14:18:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=z0SEg5GgJn3pn2rOhLueiaTzSqQ2SZK/HOXpGnY+gj8=; b=rM7WX9WPIC3kahpGDPmc68/5NdEp88WmhnbGvZkth3piOYeO+mFGtJ08Y2zxO2DkqN TZmLAl0nhZhV7DoqSWnWWCj6XhemvTTjwF/eeJp2qyhpsf+k195lk57Vd2PeT5HOyeEG /8BUeSuIZhxS5cdDQLMDmjMVTWASmsFWW7ACBMWfNpYvM7OAPKGVI1jnpDN6UhA0k7kr 7gmsh8U1BuHQkpMNjeMWF7zct/SJ6M1NFgMNutHmGI2sOM91/bwuLDK+HvrtmZivx+Zu isZ3ja7il/tIPUoK4kwmSvlEywSEflwXnr/n61VBSvLf708Ngkq781L+fhzII+Z9GQe/ VnvQ== X-Received: by 10.14.37.4 with SMTP id x4mr34304008eea.16.1381007928119; Sat, 05 Oct 2013 14:18:48 -0700 (PDT) Received: from localhost.localdomain ([78.173.88.154]) by mx.google.com with ESMTPSA id i1sm43673768eeg.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Oct 2013 14:18:47 -0700 (PDT) From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= To: Date: Sun, 6 Oct 2013 00:16:35 +0300 Message-Id: <1381007796-20031-1-git-send-email-fatih.asici@gmail.com> X-Mailer: git-send-email 1.8.4.rc3 MIME-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/2] qt5base: fix build when PNG support is disabled 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Fatih Aşıcı Tested-by: Ezequiel Garcia --- ...correct-path-for-private-header-inclusion.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package/qt5/qt5base/qt5base-0005-Use-the-correct-path-for-private-header-inclusion.patch diff --git a/package/qt5/qt5base/qt5base-0005-Use-the-correct-path-for-private-header-inclusion.patch b/package/qt5/qt5base/qt5base-0005-Use-the-correct-path-for-private-header-inclusion.patch new file mode 100644 index 0000000..85c2714 --- /dev/null +++ b/package/qt5/qt5base/qt5base-0005-Use-the-correct-path-for-private-header-inclusion.patch @@ -0,0 +1,32 @@ +From 4a5fa73c7c65f2b58da5288199f6af993a737273 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= +Date: Sat, 5 Oct 2013 13:39:44 +0300 +Subject: [PATCH] Use the correct path for private header inclusion +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes the build when PNG support is disabled. + +Reported-Upstream: https://bugreports.qt-project.org/browse/QTBUG-33496 +Signed-off-by: Fatih Aşıcı +--- + src/gui/kernel/qplatformtheme.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/gui/kernel/qplatformtheme.cpp b/src/gui/kernel/qplatformtheme.cpp +index 02b69bc..46b59b5 100644 +--- a/src/gui/kernel/qplatformtheme.cpp ++++ b/src/gui/kernel/qplatformtheme.cpp +@@ -48,7 +48,7 @@ + #include + #include + #include +-#include ++#include "private/qiconloader_p.h" + + QT_BEGIN_NAMESPACE + +-- +1.8.4.rc3 +