aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-04-04 18:40:24 +0300
committerMarius Vlad <marius.vlad@collabora.com>2023-04-04 18:42:31 +0300
commitce90cf8dd26d596d65e222a94e64aa51e1c33298 (patch)
treeb77f01feb67f1deb3c9938be5e63ae0eed9665f8
parentf8f7cc6b13cb461193aa796ac1e678d37eb22841 (diff)
CMakeLists.txt: Update version to match that of the compositor
Keeps things in sync after compositor change in 6fd11a88c4d3c82e33b, 'meson: Bump to version 0.0.21'. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ib62904fbc91941b75623d16443d23df9ff139759
-rw-r--r--app/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index b4efe2b..f24d028 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.20-protocols)
-pkg_get_variable(AGL_COMPOSITOR_PROTOCOLS_PKGDATADIR agl-compositor-0.0.20-protocols pkgdatadir)
+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)
set(AGL_COMPOSITOR_PROTOCOLS_PATH ${AGL_COMPOSITOR_PROTOCOLS_PKGDATADIR})
add_custom_command(