summaryrefslogtreecommitdiff
path: root/Userland/CMakeLists.txt
diff options
context:
space:
mode:
authorHüseyin ASLITÜRK <asliturk@hotmail.com>2020-06-04 14:25:39 +0300
committerAndreas Kling <kling@serenityos.org>2020-06-08 09:28:18 +0200
commitf306ddb78b6ff14d0c747383605203a605221014 (patch)
treeb70f66d43a2bc3cfceb95b73a49275163351ed08 /Userland/CMakeLists.txt
parentddeb0ab1ada4adac29cde831de0749a7ab834b5e (diff)
downloadserenity-f306ddb78b6ff14d0c747383605203a605221014.zip
Userland: Remove keymap app from system
We have new KeyboardSettings application and it supports both GUI and CLI.
Diffstat (limited to 'Userland/CMakeLists.txt')
-rw-r--r--Userland/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)