Bump agl-shell protocol version 46/29446/1
authorScott Murray <scott.murray@konsulko.com>
Fri, 17 Nov 2023 15:26:54 +0000 (00:26 +0900)
committerScott Murray <scott.murray@konsulko.com>
Fri, 17 Nov 2023 15:27:16 +0000 (00:27 +0900)
Needed to build against latest agl-compositor.

Bug-AGL: SPEC-4793

Change-Id: Ic5fa0361394e87026b18df5c9ecfa33d0026744c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
app/CMakeLists.txt

index f24d028..621d2c7 100644 (file)
@@ -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(