From 3695f21dac73fb1da6a48489c86e1920e4acfe75 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 4 Apr 2023 18:40:24 +0300 Subject: 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 Change-Id: Ib62904fbc91941b75623d16443d23df9ff139759 (cherry picked from commit ce90cf8dd26d596d65e222a94e64aa51e1c33298) --- app/CMakeLists.txt | 4 ++-- 1 file 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( -- cgit 1.2.3-korg