From 2e91c40bde5253a30716092af31e4cf07febda44 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 15 Mar 2023 12:48:21 +0200 Subject: 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 Change-Id: If3a4e8238cb40c6fbe0db26bd1056fce48243038 --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 463b0fe..388f785 100644 --- a/meson.build +++ b/meson.build @@ -141,6 +141,7 @@ libweston_dep = dependency(libweston_version) deps_libweston = [ dependency('wayland-server'), + dependency('weston'), libweston_dep, dependency('libweston-desktop-10'), ] -- cgit 1.2.3-korg