1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:17:44 +00:00

Userland: Remove keymap app from system

We have new KeyboardSettings application and it supports both GUI and CLI.
This commit is contained in:
Hüseyin ASLITÜRK 2020-06-04 14:25:39 +03:00 committed by Andreas Kling
parent ddeb0ab1ad
commit f306ddb78b
2 changed files with 0 additions and 50 deletions

View file

@ -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)