9
0
Fork 0

gui: IMAGE_RENDERER does not depend on VIDEO

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@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-06-05 10:18:32 +02:00
parent 4cbecde30c
commit 68ad2e4daa
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ menu "Library gui routines"
config IMAGE_RENDERER
bool
depends on VIDEO
select FILETYPE
if IMAGE_RENDERER