summaryrefslogtreecommitdiffstats
path: root/rules/fbv.make
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 /rules/fbv.make
parentd57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0 (diff)
downloadptxdist-8f4614c85862e4e7b4aebdb784155947f7e4dd83.tar.gz
ptxdist-8f4614c85862e4e7b4aebdb784155947f7e4dd83.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>
Diffstat (limited to 'rules/fbv.make')
-rw-r--r--rules/fbv.make1
1 files changed, 1 insertions, 0 deletions
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
# ----------------------------------------------------------------------------