mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -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],
|
||||
)
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <client/pinos.h>
|
||||
#include <pinos/client/pinos.h>
|
||||
|
||||
static GMainLoop *loop;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue