[PATCH 8/9] gui: IMAGE_RENDERER does not depend on VIDEO

Sascha Hauer s.hauer at pengutronix.de
Thu Jun 5 01:23:43 PDT 2014


Image renderer may not be particularly useful without framebuffer
support, but technically it does not depend on VIDEO. Fixes:

warning: (CMD_SPLASH) selects IMAGE_RENDERER which has unmet direct dependencies (VIDEO)

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 lib/gui/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/gui/Kconfig b/lib/gui/Kconfig
index da71bae..eac9597 100644
--- a/lib/gui/Kconfig
+++ b/lib/gui/Kconfig
@@ -2,7 +2,6 @@ menu "Library gui routines"
 
 config IMAGE_RENDERER
 	bool
-	depends on VIDEO
 	select FILETYPE
 
 if IMAGE_RENDERER
-- 
2.0.0.rc2




More information about the barebox mailing list