From 795b352cbaf68ce6f05ab9e9d46d4eff39ffee14 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Oct 2018 13:27:24 +0000 Subject: meson: Use feature for GStreamer and make it auto Bumping version dependency of meson Fix minor new warning in meson --- src/daemon/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/daemon') diff --git a/src/daemon/meson.build b/src/daemon/meson.build index 8b4f5205..fb694e7c 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -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) -- cgit v1.2.3