nnstreamer: Add missing meson option

Enable float16 type to meson option to fix float16 failure on transform_typecast ssat test

Signed-off-by: Alexi Birlinger <alexi.birlinger@nxp.com>
This commit is contained in:
Alexi Birlinger 2022-10-19 11:35:18 +02:00 committed by Tom Hochstein
parent 64b473fb32
commit 22ed565cd8

View File

@ -86,6 +86,7 @@ PACKAGECONFIG[tvm] = "\
"
EXTRA_OEMESON += "\
-Denable-float16=true \
-Denable-test=true \
-Dinstall-test=true \
"