From f306ddb78b6ff14d0c747383605203a605221014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Thu, 4 Jun 2020 14:25:39 +0300 Subject: Userland: Remove keymap app from system We have new KeyboardSettings application and it supports both GUI and CLI. --- Userland/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'Userland/CMakeLists.txt') diff --git a/Userland/CMakeLists.txt b/Userland/CMakeLists.txt index 797900c1a2..5ea7c15358 100644 --- a/Userland/CMakeLists.txt +++ b/Userland/CMakeLists.txt @@ -14,7 +14,6 @@ target_link_libraries(disasm LibX86) target_link_libraries(functrace LibDebug LibX86) target_link_libraries(html LibWeb) target_link_libraries(ht LibWeb) -target_link_libraries(keymap LibKeyboard) target_link_libraries(lspci LibPCIDB) target_link_libraries(man LibMarkdown) target_link_libraries(md LibMarkdown) -- cgit v1.2.3