From 187fffa9f0a05359678887f30b58091cf7c5fc47 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 1 Jul 2021 12:46:15 +0300 Subject: homescreen.pro: Use system() to figure out where to pull the protocol Bug-AGL: SPEC-3423 Signed-off-by: Marius Vlad Change-Id: I0960ac6bee938cc4466f877467ea57e592d61593 --- homescreen/homescreen.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'homescreen/homescreen.pro') diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index ca9ea3b..7e65d56 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -62,5 +62,5 @@ RESOURCES += \ qml/images/SpeechChrome/speechchrome.qrc -WAYLANDCLIENTSOURCES += \ - protocol/agl-shell.xml +AGL_SHELL_PATH = $$system(pkg-config --variable=pkgdatadir agl-compositor-0.0.19-protocols) +WAYLANDCLIENTSOURCES += $$AGL_SHELL_PATH/agl-shell.xml -- cgit 1.2.3-korg