summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-05 14:28:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-05 14:28:14 +0200
commit8f4614c85862e4e7b4aebdb784155947f7e4dd83 (patch)
tree43f7209aee0ae473d623913401e97423bfafb1da
parentd57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0 (diff)
downloadptxdist-2015.05.0.tar.gz
ptxdist-2015.05.0.tar.xz
fbv: handle options correctlyptxdist-2015.05.0
- png support is always enabled if no option is specified. - remove broken options. They don't even exist any more Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/fbv.in15
-rw-r--r--rules/fbv.make1
2 files changed, 1 insertions, 15 deletions
diff --git a/rules/fbv.in b/rules/fbv.in
index 73bf8ac0f..2faae51f8 100644
--- a/rules/fbv.in
+++ b/rules/fbv.in
@@ -17,20 +17,5 @@ config FBV_PNG
prompt "png support"
default y
-config FBV_UNGIF
- bool
- depends on BROKEN
- prompt "(un)gif support"
-
-config FBV_JPEG
- bool
- depends on BROKEN
- prompt "jpeg support"
-
-config FBV_BMP
- bool
- depends on BROKEN
- prompt "bmp support"
-
endif
diff --git a/rules/fbv.make b/rules/fbv.make
index f6b5fa529..636d2485d 100644
--- a/rules/fbv.make
+++ b/rules/fbv.make
@@ -35,6 +35,7 @@ FBV_DIR := $(BUILDDIR)/$(FBV)
FBV_CONF_TOOL := autoconf
FBV_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --$(call ptx/endis, PTXCONF_FBV_PNG)-libpng \
--disable-debug
# ----------------------------------------------------------------------------