aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2025-06-17 16:08:25 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-07-22 11:56:19 +0200
commit4de4c6757ad71cad0ee77ffdfde7fb19fb4541a8 (patch)
tree45f24accb1a1c596d0cb2d2b20f1e6f61cb04546 /CMakeLists.txt
parent30908e874e960e22425af0d64a65594e3db72d20 (diff)
downloadayatana-indicator-keyboard-4de4c6757ad71cad0ee77ffdfde7fb19fb4541a8.tar.gz
ayatana-indicator-keyboard-4de4c6757ad71cad0ee77ffdfde7fb19fb4541a8.tar.bz2
ayatana-indicator-keyboard-4de4c6757ad71cad0ee77ffdfde7fb19fb4541a8.zip
Separate layout and settings for hardware and on-screen keyboards
Refurbished by Mike Gabriel, avoiding white-space changes, variable renamings and internal code block moves. Fixes: https://salsa.debian.org/ubports-team/lomiri-system-settings/-/issues/20
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
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})