From patchwork Fri Aug 15 20:49:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 380420 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0FBE4140097 for ; Sat, 16 Aug 2014 06:49:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F3D3C3237E; Fri, 15 Aug 2014 20:49:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iQtt-UiC88dp; Fri, 15 Aug 2014 20:49:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E3FDA321FC; Fri, 15 Aug 2014 20:49:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 2D2341BFA4A for ; Fri, 15 Aug 2014 20:49:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 28BE388DE9 for ; Fri, 15 Aug 2014 20:49:54 +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 Jlh8PeDOXRiF for ; Fri, 15 Aug 2014 20:49:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5EA3F8896B for ; Fri, 15 Aug 2014 20:49:53 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id n12so2723189wgh.33 for ; Fri, 15 Aug 2014 13:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=tQ5D61DXJGtPgicR5cbofyg8s/AVc4+SFapvCb/c4t0=; b=e3+xq5aIZzKAW7p/6knpMSvdBCqMGCqljKlYaHE/6tCJTbf/AHBlmHS/hYcDvaAjZm P4Ld2z/OM4Ph/DKYVICX9dwmMb+0XDrqrdlqY6n07VWc2nQn5HgLhDrEpWZWxmDDe855 Cq56acRQyEkqXbKcZfy43Sj7BgEClqZStpx5pslfWPG4yWN6r/U8meZiwBrejQGj88eW /0KpVSjtyrd0NcunCKu8L7qB7ey8jG1aTlYQhxgAz7Mz0bjfdQZefOsnM4jgF5d7YrEZ fRxzyhpKxI3T5O/PCUMvQwQSHRBwNF1Wh/eKskewucwGe7akPxEwerr8uZWk3FQRJK8h Roxg== X-Received: by 10.194.172.137 with SMTP id bc9mr24153043wjc.72.1408135791874; Fri, 15 Aug 2014 13:49:51 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ft17sm21394880wjc.14.2014.08.15.13.49.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 Aug 2014 13:49:51 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Fri, 15 Aug 2014 22:49:46 +0200 Message-Id: <1408135786-1195-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/webkit: select cairo, since we select one of its options 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 When selecting an option of a package, that package must also be selected, otherwise the package is not built. Signed-off-by: "Yann E. MORIN" --- This is for master, not next. --- package/webkit/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/webkit/Config.in b/package/webkit/Config.in index b7f903c..8cd1a36 100644 --- a/package/webkit/Config.in +++ b/package/webkit/Config.in @@ -17,6 +17,7 @@ config BR2_PACKAGE_WEBKIT depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS depends on !BR2_BINFMT_FLAT # icu + select BR2_PACKAGE_CAIRO select BR2_PACKAGE_CAIRO_PNG select BR2_PACKAGE_ENCHANT select BR2_PACKAGE_HARFBUZZ