mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
port to meson
This commit is contained in:
parent
924824d0a3
commit
67dd3adb87
69 changed files with 1056 additions and 999 deletions
|
|
@ -2,6 +2,7 @@ remote_sources = ['proxy.c', 'plugin.c']
|
|||
|
||||
remotelib = shared_library('spa-remote',
|
||||
remote_sources,
|
||||
include_directories : inc,
|
||||
include_directories : spa_inc,
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
install : true,
|
||||
install_dir : '@0@/spa'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue