summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
# ----------------------------------------------------------------------------