From patchwork Wed Apr 22 18:09:29 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: 463765 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 869F3140134 for ; Thu, 23 Apr 2015 04:11:49 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=zYL6Oc2H; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C279133043; Wed, 22 Apr 2015 18:11:48 +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 6dn+4vPCHr93; Wed, 22 Apr 2015 18:11:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 730CD33044; Wed, 22 Apr 2015 18:10:32 +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 1FFC41C26C4 for ; Wed, 22 Apr 2015 18:10:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1CE0495328 for ; Wed, 22 Apr 2015 18:10:13 +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 wTUbI-rcD2uJ for ; Wed, 22 Apr 2015 18:10:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by hemlock.osuosl.org (Postfix) with ESMTPS id 64EE4952AE for ; Wed, 22 Apr 2015 18:10:12 +0000 (UTC) Received: by wiun10 with SMTP id n10so66779967wiu.1 for ; Wed, 22 Apr 2015 11:10:11 -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=Ng8xs3s8qo6cJaiEGw/U8TBZWeon0hkHZlwV1TMnC8c=; b=zYL6Oc2HGjffnDyWYihAzcYhiAoNtywfecJw5KROKKDWcsZrvtFUtmdW7x+XT5W3FK o2yBwmEu3LU+eKlTpCbI0BLCY04D8YklUIhrWn59NK8KOWgSKz3kXUbKvsC/jObAM/Fo tvy6KX9kzJc47jY3Wxo7d+9qx4gO5WjfgVkJSsCcWX7gHuH0NE0QjfAnYaxMw94bzkOq v1nAGVm6KBJ9ji+F20PGRs9qZTvrch74OnMecRfCTbJl+btcJcson0Zgeg8Qg4XHvV1H SHsxHBFPo8k+zXSWwm3HAIRpSTrTVCiJD++RXpCs90+ERC041MSy/yQNYtCdGyhfiPVW sYRA== X-Received: by 10.180.95.10 with SMTP id dg10mr8299125wib.41.1429726211141; Wed, 22 Apr 2015 11:10:11 -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.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Apr 2015 11:10:10 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 22 Apr 2015 20:09:29 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 18/30] package/matchbox: finally add prompts to all sub-packages 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 currently do not have that many packages without a prompt, and when we do, they are limited to system-related packages that can't be selected or are forcibly selected under various system-specific conditions. This is clearly not the case for the matchbox sub-packages, so just give them a prompt, even when they are forcibly selected by the main matchbox package, and can't be selected without it. That will at least tell the user those packages exist and are to be built. Signed-off-by: "Yann E. MORIN" Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/matchbox/matchbox-fakekey/Config.in | 4 +++- package/matchbox/matchbox-lib/Config.in | 4 +++- package/matchbox/matchbox-startup-monitor/Config.in | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in index 4708292..889d039 100644 --- a/package/matchbox/matchbox-fakekey/Config.in +++ b/package/matchbox/matchbox-fakekey/Config.in @@ -1,3 +1,5 @@ config BR2_PACKAGE_MATCHBOX_FAKEKEY - bool + bool "matchbox-fakekey" select BR2_PACKAGE_XLIB_LIBXTST + help + Library for simulating key press events under X11. diff --git a/package/matchbox/matchbox-lib/Config.in b/package/matchbox/matchbox-lib/Config.in index 480e6fe..e50a543 100644 --- a/package/matchbox/matchbox-lib/Config.in +++ b/package/matchbox/matchbox-lib/Config.in @@ -1,2 +1,4 @@ config BR2_PACKAGE_MATCHBOX_LIB - bool + bool "matchbox-lib" + help + Matchbox common functionality library. diff --git a/package/matchbox/matchbox-startup-monitor/Config.in b/package/matchbox/matchbox-startup-monitor/Config.in index 92a1241..744e2b6 100644 --- a/package/matchbox/matchbox-startup-monitor/Config.in +++ b/package/matchbox/matchbox-startup-monitor/Config.in @@ -1,3 +1,5 @@ config BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR - bool + bool "matchbox-startup-monitor" select BR2_PACKAGE_STARTUP_NOTIFICATION + help + Matchbox Panel Startup Monitor Applet.