diff options
author | Robert Tari <robert@tari.in> | 2023-10-07 15:55:18 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-10-07 15:55:18 +0200 |
commit | f7afd4175d6dc6acc64ac33ffabe716a183195d5 (patch) | |
tree | 87a3e65d9d1c45a05e83081e90bf20e6e089a158 | |
parent | 1f2a0d20cfb40e56ed00b08fd4b5c46f1b64f57a (diff) | |
parent | d9de21194c90ca9ad2de4182b6c7eae60c759901 (diff) | |
download | ayatana-indicator-keyboard-f7afd4175d6dc6acc64ac33ffabe716a183195d5.tar.gz ayatana-indicator-keyboard-f7afd4175d6dc6acc64ac33ffabe716a183195d5.tar.bz2 ayatana-indicator-keyboard-f7afd4175d6dc6acc64ac33ffabe716a183195d5.zip |
Merge branch 'sunweaver-pr/depend-on-libayatana-common-0.9.9'
Attributes GH PR #55: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/55
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 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}) diff --git a/debian/control b/debian/control index 6b4485c5..d7ebffcc 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: cmake, libglib2.0-dev (>= 2.36), libx11-dev (>=1.7.0), libxklavier-dev (>=5.4), - libayatana-common-dev (>= 0.9.3), + libayatana-common-dev (>= 0.9.9), libxkbcommon-dev (>=1.0.3), libxkbregistry-dev (>=1.0.3), libaccountsservice-dev, |