diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-09-01 12:25:36 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-09-01 12:25:36 +0200 |
| commit | f716e013b080929b9709540901060b0eda4dc4f2 (patch) | |
| tree | c2c34ab1de7beb7a956120085d7aad59c8f4b864 /CMakeLists.txt | |
| parent | 5059bcbe5e6000dd7b6700deb3b652a6b306d5f2 (diff) | |
| parent | 5134db80dc74456224e9fd0bc7fbe743580696ba (diff) | |
| download | ayatana-indicator-keyboard-f716e013b080929b9709540901060b0eda4dc4f2.tar.gz ayatana-indicator-keyboard-f716e013b080929b9709540901060b0eda4dc4f2.tar.bz2 ayatana-indicator-keyboard-f716e013b080929b9709540901060b0eda4dc4f2.zip | |
Merge branch 'sunweaver-pr/separate-sections-for-osk'
Attributes GH PR #81: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/81
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 37de3115..30fed304 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,8 @@ 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.11 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 libudev) pkg_check_modules(X11_DEPS REQUIRED x11>=1.6.5 libxklavier>=5.3) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) |
