[Buildroot] [PATCH] fluxbox: select xmodmap

Yegor Yefremov yegorslists at googlemail.com
Tue Oct 16 19:33:18 UTC 2012


On Tue, Oct 16, 2012 at 7:24 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
>
> On Tue, 16 Oct 2012 08:49:09 +0200, yegorslists at googlemail.com wrote:
>
>> @@ -3,6 +3,7 @@ config BR2_PACKAGE_FLUXBOX
>>       depends on BR2_PACKAGE_XORG7
>>       depends on BR2_INSTALL_LIBSTDCPP
>>       select BR2_PACKAGE_XLIB_LIBX11
>> +     select BR2_PACKAGE_XAPP_XMODMAP
>>       help
>>         The Fluxbox lightweight window manager for X
>
> When a dependency like this is a runtime dependency, I generally like
> to have a short comment on top of it. It's kind of likely that someone
> will read fluxbox.mk, not see xmodmap in FLUXBOX_DEPENDENCIES, and
> therefore wonder why this "select" is around. For sure, Git history is
> here, but I think something like:
>
>         # Runtime dependency, needed by startup script
>         select BR2_PACKAGE_XAPP_XMODMAP
>
> Doesn't harm too much and can be quite useful in the future.

O.K. Thanks for review. I will resend the patch.

Yegor



More information about the buildroot mailing list