aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-11-18 00:26:54 +0900
committerScott Murray <scott.murray@konsulko.com>2023-11-18 00:27:16 +0900
commit6ac9d958963cc26b1fd435854e12b03f87127a23 (patch)
tree2902175c359335b23d14cf1ea0cb84dfc4a5b433
parentce90cf8dd26d596d65e222a94e64aa51e1c33298 (diff)
Bump agl-shell protocol version
Needed to build against latest agl-compositor. Bug-AGL: SPEC-4793 Change-Id: Ic5fa0361394e87026b18df5c9ecfa33d0026744c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--app/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index f24d028..621d2c7 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -32,8 +32,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(PkgConfig REQUIRED)
find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)
-pkg_check_modules(AGL_COMPOSITOR_PROTOCOLS REQUIRED agl-compositor-0.0.21-protocols)
-pkg_get_variable(AGL_COMPOSITOR_PROTOCOLS_PKGDATADIR agl-compositor-0.0.21-protocols pkgdatadir)
+pkg_check_modules(AGL_COMPOSITOR_PROTOCOLS REQUIRED agl-compositor-0.0.22-protocols)
+pkg_get_variable(AGL_COMPOSITOR_PROTOCOLS_PKGDATADIR agl-compositor-0.0.22-protocols pkgdatadir)
set(AGL_COMPOSITOR_PROTOCOLS_PATH ${AGL_COMPOSITOR_PROTOCOLS_PKGDATADIR})
add_custom_command(