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-09-01 12:24:46 +0200
commit9c26d5983e94e7d70a77359c0b8ceeeb926085b1 (patch)
treef9d0174257578b2499c085dcf112ed9ce5744351 /CMakeLists.txt
parent3f5664fdd9d6c68c15d7be45b7083720815795e8 (diff)
downloadayatana-indicator-keyboard-9c26d5983e94e7d70a77359c0b8ceeeb926085b1.tar.gz
ayatana-indicator-keyboard-9c26d5983e94e7d70a77359c0b8ceeeb926085b1.tar.bz2
ayatana-indicator-keyboard-9c26d5983e94e7d70a77359c0b8ceeeb926085b1.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})