mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: rename options as per meson's style guide
see https://mesonbuild.com/Style-guide.html
This commit is contained in:
parent
55cb38d0a8
commit
e56344e55e
3 changed files with 7 additions and 7 deletions
|
|
@ -6,6 +6,6 @@ subdir('tools')
|
|||
subdir('modules')
|
||||
subdir('examples')
|
||||
|
||||
if get_option('enable_gstreamer')
|
||||
if get_option('gstreamer')
|
||||
subdir('gst')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue