libftdi: Don't build examples
[feed/packages.git] / libs / libftdi / Makefile
index 9516de6d1c2edb9840c21af9615ac35c76695982..6d3c1b9acd7a252f12fd63fc8b7caa39097b5d6b 100644 (file)
@@ -40,7 +40,9 @@ define Package/libftdi/description
   The library is linked with your program in userspace, no kernel driver required.
 endef
 
-CMAKE_OPTIONS += -DBoost_NO_BOOST_CMAKE=ON
+CMAKE_OPTIONS += \
+       -DBoost_NO_BOOST_CMAKE=ON \
+       -DEXAMPLES=OFF
 
 define Build/InstallDev
        $(call Build/InstallDev/cmake,$(1))