diff options
author | Mavridis Philippe <[email protected]> | 2024-11-13 00:07:36 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2025-01-28 15:20:08 +0200 |
commit | cd8412ce4552efc8b21200061285ff46b5be185d (patch) | |
tree | 35a01380fc1d6cad37e71f0e393ab15e7be5858a /kxkb/CMakeLists.txt | |
parent | a754e34644ef4d7d7a3bc780175d346b426ce8b0 (diff) | |
download | tdebase-cd8412ce4552efc8b21200061285ff46b5be185d.tar.gz tdebase-cd8412ce4552efc8b21200061285ff46b5be185d.zip |
Kxkb: reapply Xkb settings when a keyboard device changes state
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kxkb/CMakeLists.txt')
-rw-r--r-- | kxkb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxkb/CMakeLists.txt b/kxkb/CMakeLists.txt index cb0d4b9db..83ca72be7 100644 --- a/kxkb/CMakeLists.txt +++ b/kxkb/CMakeLists.txt @@ -67,5 +67,5 @@ tde_add_tdeinit_executable( kxkb AUTOMOC extension.cpp x11helper.cpp rules.cpp kxkbconfig.cpp pixmap.cpp layoutmap.cpp kxkb.cpp kxkbtraywindow.cpp kxkb.skel - LINK tdeui-shared ${XKBFILE_LIBRARIES} + LINK tdeui-shared ${XKBFILE_LIBRARIES} ${TDEHW_LIBRARIES} ) |