[PATCH 5/8] logo: Fix Kconfig dependencies
Alexander Shiyan
eagle.alexander923 at gmail.com
Mon Jun 27 03:24:57 PDT 2022
WARNING: unmet direct dependencies detected for BMP
Depends on [n]: IMAGE_RENDERER [=n]
Selected by [y]:
- BAREBOX_LOGO_BMP [=y] && <choice>
Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
lib/logo/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/logo/Kconfig b/lib/logo/Kconfig
index de3494eccf..7e5a6fcb63 100644
--- a/lib/logo/Kconfig
+++ b/lib/logo/Kconfig
@@ -2,6 +2,7 @@
menuconfig BAREBOX_LOGO
bool "include barebox logos in build"
+ depends on IMAGE_RENDERER
help
Say yes here to build the barebox logos. This adds ImageMagick's
convert tool to the build dependencies. The logo can be found under
--
2.32.0
More information about the barebox
mailing list