[Tests/Meson] Fix the unknown variable error related to python filters
authorWook Song <wook16.song@samsung.com>
Mon, 15 Jun 2020 05:29:53 +0000 (14:29 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 15 Jun 2020 06:53:03 +0000 (15:53 +0900)
This patch fixes the unknown variable error related to the filter
sub-plugins for python 2 and 3.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/meson.build

index 62ed682..84b57cd 100644 (file)
@@ -180,7 +180,7 @@ if get_option('install-test')
     install_subdir('nnstreamer_decoder_image_labeling', install_dir: unittest_tests_install_dir)
     install_subdir('nnstreamer_filter_reload', install_dir: unittest_tests_install_dir)
   endif
-  if python2_support_is_available or python3_support_is_available
+  if have_python2 or have_python3
     install_subdir('nnstreamer_filter_python', install_dir: unittest_tests_install_dir)
   endif
   if tf_support_is_available