mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Add systemd socket activation files
Notify of jack graph changes
This commit is contained in:
parent
61424a4343
commit
29eb58f7a2
13 changed files with 83 additions and 20 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue