mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
port to meson
This commit is contained in:
parent
924824d0a3
commit
67dd3adb87
69 changed files with 1056 additions and 999 deletions
|
|
@ -1,4 +1,4 @@
|
|||
project('spa', 'c')
|
||||
#project('spa', 'c')
|
||||
|
||||
alsa_dep = dependency('alsa')
|
||||
v4l2_dep = dependency('libv4l2')
|
||||
|
|
@ -16,7 +16,7 @@ cc = meson.get_compiler('c')
|
|||
dl_lib = cc.find_library('dl', required : true)
|
||||
pthread_lib = cc.find_library('pthread', required : true)
|
||||
|
||||
inc = include_directories('include')
|
||||
spa_inc = include_directories('include')
|
||||
|
||||
subdir('include')
|
||||
subdir('lib')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue