summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-05 10:18:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-05 10:18:34 +0200
commit68ad2e4daa1202a7e74d506d1d7a574414905252 (patch)
tree010f0ddec0c5c950702120aac17aa049ee7a31c2 /lib
parent4cbecde30c1fbeb046e18df4c4f73069e8c1b14e (diff)
downloadbarebox-68ad2e4daa1202a7e74d506d1d7a574414905252.tar.gz
barebox-68ad2e4daa1202a7e74d506d1d7a574414905252.tar.xz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/gui/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gui/Kconfig b/lib/gui/Kconfig
index da71bae096..eac9597e2d 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