aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-04-04 18:40:24 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-04-05 11:22:15 +0000
commit3695f21dac73fb1da6a48489c86e1920e4acfe75 (patch)
treee0579326ec867b7bcfb81c37f2fc62d512b74c55
parent05cfaabf6b2d1b6f05df387030f596e9cee69f1f (diff)
CMakeLists.txt: Update version to match that of the compositoroctopus_15.0.3octopus/15.0.315.0.3octopus
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 (cherry picked from commit ce90cf8dd26d596d65e222a94e64aa51e1c33298)
-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(