diff options
author | Wim Taymans <wtaymans@redhat.com> | 2017-08-17 18:59:03 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-08-17 18:59:03 +0200 |
commit | 29eb58f7a26be3a864bf760ce8220a217c2f93fa (patch) | |
tree | 13cce98378f65301ea4b048881635ecb7415fb89 /meson.build | |
parent | 61424a4343ecf0040fdb6d26a42e0411fca722e4 (diff) |
Add systemd socket activation files
Notify of jack graph changes
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ba3e7ea8..60730cec 100644 --- a/meson.build +++ b/meson.build @@ -22,6 +22,7 @@ soversion = 0 libversion = '@0@.@1@.0'.format(soversion, pipewire_version_minor.to_int() * 100 + pipewire_version_micro.to_int()) prefix = get_option('prefix') +pipewire_bindir = join_paths(prefix, get_option('bindir')) pipewire_datadir = join_paths(prefix, get_option('datadir')) pipewire_libdir = join_paths(prefix, get_option('libdir')) pipewire_localedir = join_paths(prefix, get_option('localedir')) |