diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-01-10 14:13:17 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-01-11 22:26:17 +0000 |
commit | bd55b5dd6131004daa43cfbbe7d0a22bc380bb90 (patch) | |
tree | e3fe35a0948e06949a164737531ad83cedd1296a | |
parent | fda3079ca8ff4a6ec6a67981ba1cdc56a8c0c3ab (diff) |
homescreen/homescreen.pro: Bump protocol requirements
This change is needed because we've updated
the protocol in the compositor.
Bug-AGL: SPEC-4207
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I9e85af39f61d7e6724faa11b10de571e4e60540e
-rw-r--r-- | homescreen/homescreen.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 7e93e02..3f94c11 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -51,7 +51,7 @@ RESOURCES += \ qml/images/images.qrc \ qml/qml.qrc -AGL_SHELL_PATH = $$system(pkg-config --variable=pkgdatadir agl-compositor-0.0.19-protocols) +AGL_SHELL_PATH = $$system(pkg-config --variable=pkgdatadir agl-compositor-0.0.20-protocols) WAYLANDCLIENTSOURCES += $$AGL_SHELL_PATH/agl-shell.xml target.path = $${PREFIX}/usr/bin |