mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 99eb6cfb24)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
config BR2_PACKAGE_MATCHBOX_COMMON
|
|
bool "matchbox-common"
|
|
depends on BR2_PACKAGE_MATCHBOX_PANEL || BR2_PACKAGE_MATCHBOX_DESKTOP
|
|
select BR2_PACKAGE_MATCHBOX_LIB
|
|
help
|
|
Common desktop folders and matchbox-session script.
|
|
|
|
http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-common/
|
|
|
|
config BR2_PACKAGE_MATCHBOX_COMMON_PDA
|
|
bool "PDA style app folder"
|
|
depends on BR2_PACKAGE_MATCHBOX_COMMON
|