diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-06 14:41:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-10 12:16:22 +0200 |
commit | a8867cf9c9e7afa0f71a1ab07509ffe3ce407fc8 (patch) | |
tree | b66a52ea08dc3d4fddbd796c7329660b8618f5cb | |
parent | 2666f465b19e276abb5eb06f7a3ed6f952df302e (diff) | |
download | ayatana-indicator-keyboard-a8867cf9c9e7afa0f71a1ab07509ffe3ce407fc8.tar.gz ayatana-indicator-keyboard-a8867cf9c9e7afa0f71a1ab07509ffe3ce407fc8.tar.bz2 ayatana-indicator-keyboard-a8867cf9c9e7afa0f71a1ab07509ffe3ce407fc8.zip |
CMakeLists.txt: Require libayatana-common >= 0.9.9.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 935db13c..7c14e2e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,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.3 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.9 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}) |