crypto/armv8: enable meson build
[dpdk.git] / meson_options.txt
index 53dfe13..20be15f 100644 (file)
@@ -1,5 +1,7 @@
 # Please keep these options sorted alphabetically.
 
+option('armv8_crypto_dir', type: 'string', value: '',
+       description: 'path to the armv8_crypto library installation directory')
 option('disable_drivers', type: 'string', value: '',
        description: 'Comma-separated list of drivers to explicitly disable.')
 option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>',