From bf125b0779f07e9d65f83da99d16accdad72b08b Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 29 Sep 2022 14:22:11 +0300 Subject: homescreen: Change from qmake to meson This change will basically make way for adding grpc/protobuf support into homescreen, which turns out it's a pain to do with either qmake or cmake. Eventually, we'll move all our demos to using meson, which have gained a lot of support for building and support different technologies to allow far more saner configurations to take place. Signed-off-by: Marius Vlad Change-Id: Id64bf3d5b41912d32df7f78e94ab04d231bb0c83 --- homescreen/src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'homescreen/src/main.cpp') diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 8c3391f..c910727 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -25,10 +25,11 @@ #include "homescreenhandler.h" #include "hmi-debug.h" -#include +// meson will define these +#include QT_QPA_HEADER #include -#include "wayland-agl-shell-client-protocol.h" +#include "agl-shell-client-protocol.h" #include "shell.h" #ifndef MIN -- cgit 1.2.3-korg