aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-07-01 13:05:39 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-07-01 13:07:15 +0300
commit200f62d3dd9a9032a5578fd993034d57014d0f09 (patch)
tree75ba75048869b922ed15baf41d793da548f34e03 /launcher/launcher.pro
parentac31fb66f46233ba55a414296107637a002b2abd (diff)
launcher.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: Ie93f0fd68943c1f7cb17f838cfb73b336e481239
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index 0d61233..110aedc 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -44,5 +44,6 @@ RESOURCES += \
qml/images/images.qrc \
qml/qml.qrc
+AGL_SHELL_DESKTOP_PATH = $$system(pkg-config --variable=pkgdatadir agl-compositor-0.0.19-protocols)
WAYLANDCLIENTSOURCES += \
- protocol/agl-shell-desktop.xml
+ $$AGL_SHELL_DESKTOP_PATH/agl-shell-desktop.xml