From patchwork Wed Apr 22 18:09:32 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: 463767 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 6098714010F for ; Thu, 23 Apr 2015 04:12:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=uEVtV/VS; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 920C933052; Wed, 22 Apr 2015 18:12:01 +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 7aAR-ZFUno5W; Wed, 22 Apr 2015 18:11:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 125653305D; Wed, 22 Apr 2015 18:10:40 +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 7529C1C28A2 for ; Wed, 22 Apr 2015 18:10:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F22E7A1281 for ; Wed, 22 Apr 2015 18:10:18 +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 X3soPTB45JwL for ; Wed, 22 Apr 2015 18:10:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 551C2A1255 for ; Wed, 22 Apr 2015 18:10:18 +0000 (UTC) Received: by wizk4 with SMTP id k4so188082559wiz.1 for ; Wed, 22 Apr 2015 11:10:17 -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=iZ0062CNboYdNa1hr3e0R1xhVSqNaKQKt0JKYD9ZiPc=; b=uEVtV/VSIYs9+J9S3la0HXUD39UgZdHcZ/UgtYmeJj2plqHpnkN2zBUYDKVNA+4P/P yLioQtwKlrQFWEu+s5uAIbLDFXl79U4s38Ug17XAsBqi/q1P+CBgGNMeYBbS2FEjOaZk i+lJ6HSR+LUW/LymfKRbd28OgyIJ2HtQfx8tTnRvFQIqZXB8bTlQ1hqsmr+3pqEqTf6N ggiFskz424tDDdry9JiCYA/gEDF/O86LSC34VNxfKxWvIov7zxMJgog37VMA+6Qbmu+k ytkltoJtP/L7e5r5ipcygiTfyhdcBBu1XxsUBO54kRRvgaarRql1dYY30gQ1brOivSiz JjxA== X-Received: by 10.181.13.144 with SMTP id ey16mr8350109wid.38.1429726217060; Wed, 22 Apr 2015 11:10:17 -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.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Apr 2015 11:10:16 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 22 Apr 2015 20:09:32 +0200 Message-Id: <533fd5f85aa1c8de1d693443c78be0902b87ed8d.1429725549.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 21/30] package/matchbox: make it a menu 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" We're about to add a few more options, so it now warrants a menu for itself. Signed-off-by: "Yann E. MORIN" Reviewed-by: Arnout Vandecappelle (Essensium/Mind) --- package/matchbox/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index 39eb616..9d8d060 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_MATCHBOX +menuconfig BR2_PACKAGE_MATCHBOX bool "matchbox" depends on BR2_PACKAGE_XORG7 depends on BR2_USE_MMU # fork()