VPP-1033: Python API support arbitrary sized input parameters.
[vpp.git] / build-data / packages / vpp.mk
index 1acc59b..a31ae7f 100644 (file)
@@ -23,12 +23,11 @@ vpp_CPPFLAGS += $(call installed_includes_fn, dpdk)/dpdk
 vpp_LDFLAGS += $(call installed_libs_fn, dpdk)
 vpp_CPPFLAGS += -I/usr/include/dpdk
 endif
-ifeq ($($(PLATFORM)_uses_dpdk_cryptodev_sw),yes)
-vpp_configure_args += --with-dpdk-crypto-sw
-endif
 ifeq ($($(PLATFORM)_uses_dpdk_mlx5_pmd),yes)
 vpp_configure_args += --with-dpdk-mlx5-pmd
 endif
+else
+vpp_configure_args += --disable-dpdk-plugin
 endif
 
 ifeq ($($(PLATFORM)_enable_tests),yes)