summaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-07-01 12:46:15 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-07-01 13:02:20 +0300
commit187fffa9f0a05359678887f30b58091cf7c5fc47 (patch)
tree66b00019cd680a882898ab3824c2ac76b213ef22 /homescreen/homescreen.pro
parent8d73d157d7d3dc89582981928d03274702b901a9 (diff)
homescreen.pro: Use system() to figure out where to pull the protocolmarlin_12.90.1marlin/12.90.112.90.1
Bug-AGL: SPEC-3423 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I0960ac6bee938cc4466f877467ea57e592d61593
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro4
1 files changed, 2 insertions, 2 deletions
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