Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 18/32 v2] package/matchbox: finally add prompts to all sub-packages
Date: Wed, 03 Jun 2015 23:04:21 +0200	[thread overview]
Message-ID: <556F6BD5.3060509@mind.be> (raw)
In-Reply-To: <5f4b5cf38761c88677667e03bf7b67f2c699a853.1433362840.git.yann.morin.1998@free.fr>

On 06/03/15 22:41, Yann E. MORIN wrote:
> 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" <yann.morin.1998@free.fr>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

[snip]

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2015-06-03 21:04 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 20:41 [Buildroot] [PATCH 0/32 v2] matchbox: huge cleanups (branch yem/matchbox) Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 01/32 v2] package/matchbox-wm: drop useless commented options Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 02/32 v2] package/matchbox: make matchbox-lib a real package Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 03/32 v2] package/matchbox: make matchbox-wm " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 04/32 v2] package/matchbox: make matchbox-panel " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 05/32 v2] package/matchbox: make matchbox-desktop " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 06/32 v2] package/matchbox: make matchbox-common " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 07/32 v2] package/matchbox: make matchbox-fakekey " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 08/32 v2] package/matchbox: make matchbox-keyboard " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 09/32 v2] package/matchbox: make match-startup-monitor " Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 10/32 v2] package/matchbox: remove superfluous conditional includes Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 11/32 v2] package/matchbox: point to new home Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 12/32 v2] package/matchbox: get rid of intermediate non-package matchbox Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 13/32 v2] package/matchbox-common: move one directory higher Yann E. MORIN
2015-06-03 20:59   ` Arnout Vandecappelle
2015-06-03 20:41 ` [Buildroot] [PATCH 14/32 v2] package/matchbox: fix option prompts Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 15/32 v2] package/matchbox: add missing dependencies to matchbox-lib Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 16/32 v2] package/matchbox-common: fix dependencies Yann E. MORIN
2015-06-09 21:04   ` Thomas Petazzoni
2015-06-09 21:51     ` Yann E. MORIN
2015-06-09 21:55       ` Thomas Petazzoni
2015-06-03 20:41 ` [Buildroot] [PATCH 17/32 v2] package/matchbox-fakekey: add missing dependency Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 18/32 v2] package/matchbox: finally add prompts to all sub-packages Yann E. MORIN
2015-06-03 21:04   ` Arnout Vandecappelle [this message]
2015-06-03 20:41 ` [Buildroot] [PATCH 19/32 v2] package/matchbox-startup-monitor: invert dependency chain Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 20/32 v2] package/matchbox: forcibly disable gconf Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 21/32 v2] package/matchbox: forcibly disable support for compositing Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 22/32 v2] package/matchbox: make it a menu Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 23/32 v2] package/matchbox: enable support for the Xsession manager Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 24/32 v2] package/matchbox: drop useless dependencies Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 25/32 v2] package/matchbox-keyboard: enforce disabling support for cairo Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 26/32 v2] package/matchbox-common: explicitly disable PDA folders when not selected Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 27/32 v2] package/matchbox: wrap long lines Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 28/32 v2] package/matchbox: xlib-libXcursor is an optional dependency Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 29/32 v2] package/matchbox: xlib_libXfixes " Yann E. MORIN
2015-06-03 21:05   ` Arnout Vandecappelle
2015-06-03 20:41 ` [Buildroot] [PATCH 30/32 v2] package/matchbox-panel: use ACPI for the battery applet Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 31/32 v2] package/matchbox-panel: add support for dnotify Yann E. MORIN
2015-06-03 20:41 ` [Buildroot] [PATCH 32/32 v2] package/matchbox-panel: fix WiFi monitoring Yann E. MORIN
2015-06-09 21:12 ` [Buildroot] [PATCH 0/32 v2] matchbox: huge cleanups (branch yem/matchbox) Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=556F6BD5.3060509@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox