meson: rename options as per meson's style guide

see https://mesonbuild.com/Style-guide.html
This commit is contained in:
Rasmus Thomsen 2018-05-19 11:44:28 +02:00 committed by Wim Taymans
parent 55cb38d0a8
commit e56344e55e
3 changed files with 7 additions and 7 deletions

View file

@ -6,6 +6,6 @@ subdir('tools')
subdir('modules')
subdir('examples')
if get_option('enable_gstreamer')
if get_option('gstreamer')
subdir('gst')
endif