summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-03-15 12:48:21 +0200
committerMarius Vlad <marius.vlad@collabora.com>2023-03-15 13:47:56 +0200
commit2e91c40bde5253a30716092af31e4cf07febda44 (patch)
tree3c39918ab90624db2fbca5d01f82f5df526a0d09 /src/main.c
parent1a359aa6e263f2476c6557ea7f19756ab318b35f (diff)
meson.build: Add an explicit weston dependency
Required when building the compositor locally, without yocto/OE as weston cflags includes the full path to weston. Bug-AGL: SPEC-4725 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: If3a4e8238cb40c6fbe0db26bd1056fce48243038
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d1390f0..8056a9d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include <weston/weston.h>
+#include <weston.h>
int main(int argc, char *argv[])
{