summaryrefslogtreecommitdiffstats
path: root/src/libftdi.mk
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-12-05 17:12:57 (GMT)
committerUwe Hermann <uwe@hermann-uwe.de>2014-12-05 17:20:56 (GMT)
commitb95792ee07eca7aad7d3c20f24cc60386f274f7d (patch)
tree6881928745b06066daf4fcb1a5dd4aa9d08e1db6 /src/libftdi.mk
parent37c3c01025b2f5f031281764ec8af4ee882287b9 (diff)
downloadmxe-b95792ee07eca7aad7d3c20f24cc60386f274f7d.zip
mxe-b95792ee07eca7aad7d3c20f24cc60386f274f7d.tar.gz
mxe-b95792ee07eca7aad7d3c20f24cc60386f274f7d.tar.bz2
libftdi: Explicitly disable bindings and docs.
Building the libftdi C++/Python bindings requires the (pretty large) dependencies on boost/Python, so disable them for now. Also disable unneeded documentation. This fixes issue #572.
Diffstat (limited to 'src/libftdi.mk')
-rw-r--r--src/libftdi.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libftdi.mk b/src/libftdi.mk
index 93bae12..85666b4 100644
--- a/src/libftdi.mk
+++ b/src/libftdi.mk
@@ -23,7 +23,10 @@ define $(PKG)_BUILD
--disable-shared \
--enable-static \
--prefix='$(PREFIX)/$(TARGET)' \
+ --disable-libftdipp \
+ --disable-python-binding \
--without-examples \
+ --without-docs
HAVELIBUSB=true
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef