meson: fix mistakenly checked-in csound disabling

This commit is contained in:
Mathieu Duponchelle 2020-04-23 22:05:57 +02:00
parent 510c1cf2df
commit 44d4a2a832

View file

@ -74,7 +74,7 @@ if not csound_option.disabled()
endif endif
endif endif
if csound_dep.found() and false if csound_dep.found()
plugins_rep += {'gst-plugin-csound' : 'libgstcsound'} plugins_rep += {'gst-plugin-csound' : 'libgstcsound'}
else else
exclude += ['gst-plugin-csound'] exclude += ['gst-plugin-csound']