port to meson

This commit is contained in:
Wim Taymans 2016-09-26 12:15:52 +02:00
parent 924824d0a3
commit 67dd3adb87
69 changed files with 1056 additions and 999 deletions

5
pinos/tools/meson.build Normal file
View file

@ -0,0 +1,5 @@
executable('pinos-monitor',
'pinos-monitor.c',
install: true,
dependencies : [glib_dep, gobject_dep, gmodule_dep, pinos_dep],
)

View file

@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
#include <client/pinos.h>
#include <pinos/client/pinos.h>
static GMainLoop *loop;