mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
port to meson
This commit is contained in:
parent
924824d0a3
commit
67dd3adb87
69 changed files with 1056 additions and 999 deletions
5
pinos/tools/meson.build
Normal file
5
pinos/tools/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
executable('pinos-monitor',
|
||||
'pinos-monitor.c',
|
||||
install: true,
|
||||
dependencies : [glib_dep, gobject_dep, gmodule_dep, pinos_dep],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue