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>
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