From patchwork Wed Apr 22 18:09:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 463761 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 1FE24140134 for ; Thu, 23 Apr 2015 04:11:29 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=pxO09kVi; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 22DB832FF6; Wed, 22 Apr 2015 18:11:28 +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 wIEU7UEBqDt6; Wed, 22 Apr 2015 18:11:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 228F833014; Wed, 22 Apr 2015 18:10:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 49C5D1C26C4 for ; Wed, 22 Apr 2015 18:10:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 41A65A1308 for ; Wed, 22 Apr 2015 18:10:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nuwcdFpgX5Q3 for ; Wed, 22 Apr 2015 18:10:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 9819599BF0 for ; Wed, 22 Apr 2015 18:10:08 +0000 (UTC) Received: by wizk4 with SMTP id k4so188077495wiz.1 for ; Wed, 22 Apr 2015 11:10:07 -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:in-reply-to:references; bh=E9ZaWVNlB6NuU19SHr5g3ipfav4N4lONR/Q91k3M4Go=; b=pxO09kVihjXQXx3xP74y8Ot7eAZpDlL6hsTBT4vjRcM7nu1+eMBTEkqqDNMkGxxeVu vKpr0M6/Xwz/KH76Pbb5aVoPD5eoVAotdFFMoWGoPVkVaD29PKahuEf43gmHXQW4luke HGV2ZgUkifBCpBUUyZ/1Z9HYOv2FHLnXgYqZHaozIo6X2o+EiISlmLWGj3ch2cWp02VJ Ux5akgbk1yrN/5m1/FGEUT8UpPtDa56MyK5bQ2NINLfcY8KKSRyZudV+SG6MabMAbcWu TQNElGwI1UvwSRM4QtTWEhWUc1mvkkTM5rDJeg4rs6jqL+H+giMpwOlcG3mk6A3AL7H2 Ek4Q== X-Received: by 10.180.106.131 with SMTP id gu3mr8276713wib.16.1429726207307; Wed, 22 Apr 2015 11:10:07 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id gj7sm25448132wib.4.2015.04.22.11.10.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Apr 2015 11:10:06 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 22 Apr 2015 20:09:26 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 15/30] package/matchbox-common: break dependency chain for display X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Currently, matchbox-common depends on either matchbox-dsktop or matchbox-panel, and the three are organised so that matchbox-common gets indented in the menuconfig. That's a feature of menuconfig to consider the dependency chain to indent sub-options. Add a fake, prompt-less option to break that dependency chain. Note: yes, this is an dirty hack. Signed-off-by: "Yann E. MORIN" --- package/matchbox/matchbox-common/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/matchbox/matchbox-common/Config.in b/package/matchbox/matchbox-common/Config.in index 6ec4697..93761f5 100644 --- a/package/matchbox/matchbox-common/Config.in +++ b/package/matchbox/matchbox-common/Config.in @@ -1,3 +1,8 @@ +# Hack! Break dependency chain so that matchbox-common does +# not get indented below matchbox-panel or matchbox-desktop. +config FOO + bool + config BR2_PACKAGE_MATCHBOX_COMMON bool "matchbox-common" depends on BR2_PACKAGE_MATCHBOX_PANEL || BR2_PACKAGE_MATCHBOX_DESKTOP