aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-02-28 22:40:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-02-28 22:40:09 +0100
commitc2bc6d0246372954d5d35f0fc4023a4a8a4a894b (patch)
tree45833d6b180f9c45db78262a42815c5643327404
parentfc481b1555468937a0cd478b10e043333779bd57 (diff)
downloadayatana-indicator-keyboard-c2bc6d0246372954d5d35f0fc4023a4a8a4a894b.tar.gz
ayatana-indicator-keyboard-c2bc6d0246372954d5d35f0fc4023a4a8a4a894b.tar.bz2
ayatana-indicator-keyboard-c2bc6d0246372954d5d35f0fc4023a4a8a4a894b.zip
CMakeLists.txt: Require libayatana-common (>= 0.9.11).
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b5f7bfc..7e006b3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ add_definitions (-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" -DLOCALEDIR="${CMAKE_INS
find_package (PkgConfig REQUIRED)
include (CheckIncludeFile)
include (FindPkgConfig)
-pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 libayatana-common>=0.9.9 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3)
+pkg_check_modules(SERVICE_DEPS REQUIRED glib-2.0>=2.36 gio-2.0>=2.36 libayatana-common>=0.9.11 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3)
pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.5 libxklavier>=5.3)
include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS})