meson: Fixed remaining issues from the port to feature options

This commit is contained in:
Thibault Saunier 2021-03-11 14:25:48 -03:00 committed by Wim Taymans
parent 9cd9339c2a
commit 22f6e8e36d
3 changed files with 7 additions and 7 deletions

View file

@ -11,4 +11,6 @@ if not get_option('tests').disabled()
subdir('tests')
endif
subdir('gst')
if gst_dep.length() != 0
subdir('gst')
endif