diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-06-10 13:24:21 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-06-10 13:24:21 +0200 |
commit | baf11b22d4da18702edf39dd7fc0c32368404659 (patch) | |
tree | f17a3712e0173e9096312e03077d7117e2d4ac38 | |
parent | d1162f28efd502fcb973e172867970f5cc8d7a6b (diff) |
meson: use the right config file
-rw-r--r-- | src/daemon/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/meson.build b/src/daemon/meson.build index a424d78b..0fac8f95 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -30,7 +30,7 @@ configure_file(input : 'pipewire.conf.in', configure_file(input : 'pipewire.conf.in', output : 'pipewire-uninstalled.conf', - configuration : conf_config) + configuration : conf_config_uninstalled) executable('pipewire', pipewire_daemon_sources, |