mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
meson: Use feature for GStreamer and make it auto
Bumping version dependency of meson Fix minor new warning in meson
This commit is contained in:
parent
8693e416bc
commit
795b352cba
4 changed files with 24 additions and 16 deletions
|
|
@ -13,12 +13,11 @@ pipewire_c_args = [
|
|||
'-DG_LOG_DOMAIN=g_log_domain_pipewire',
|
||||
]
|
||||
|
||||
conf_config = configuration_data()
|
||||
conf_install_dir = join_paths(get_option('sysconfdir'), 'pipewire')
|
||||
|
||||
configure_file(input : 'pipewire.conf.in',
|
||||
output : 'pipewire.conf',
|
||||
configuration : conf_config,
|
||||
copy : true,
|
||||
install_dir : conf_install_dir)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ subdir('tools')
|
|||
subdir('modules')
|
||||
subdir('examples')
|
||||
|
||||
if get_option('gstreamer')
|
||||
if build_gst
|
||||
subdir('gst')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue