diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-02 11:04:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-02 11:04:33 +0100 |
commit | 85d85d46c552a4607ac33aa5f2c899d66b4d5acc (patch) | |
tree | 92be6b12be055f20d59183414c03e7de8c2ee2cc /CMakeLists.txt | |
parent | 4a74e3ef90fd60a4fd57b1fa2a456ea692365059 (diff) | |
parent | f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde (diff) | |
download | ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.tar.gz ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.tar.bz2 ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.zip |
Merge branch 'tari01-pr/add-accoutsservice'
Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/31
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f888526..8fd09e03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,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 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.3 accountsservice xkbcommon>=1.0.3 xkbregistry>=1.0.3) pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.7 libxklavier>=5.4) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) |