Changed build system to meson

This commit is contained in:
Scott Anderson 2017-07-11 00:20:31 +12:00
parent 8189c64d7f
commit 924bf0f669
28 changed files with 134 additions and 996 deletions

View file

@ -11,8 +11,8 @@
#include <wlr/render/gles2.h>
#include <wlr/types/wlr_output.h>
#include <xkbcommon/xkbcommon.h>
#include "shared.h"
#include "compositor.h"
#include "../shared.h"
#include "../compositor.h"
struct sample_state {
struct wlr_renderer *renderer;