Reactos

[KEYBOARD] Remove psdk dependency and add xdk (#8630)

Reduce building again time. keyboard
has no dependency against psdk
targets but xdk targets.
JIRA issue: N/A

authored by

Katayama Hirofumi MZ and committed by
GitHub
8605d54a efca5040

+1 -1
+1 -1
dll/keyboard/CMakeLists.txt
··· 117 117 target_link_libraries(${_keyboard_layout} runtmchk) 118 118 endif() 119 119 120 - add_dependencies(${_keyboard_layout} psdk) 120 + add_dependencies(${_keyboard_layout} xdk) 121 121 add_cd_file(TARGET ${_keyboard_layout} DESTINATION reactos/system32 FOR all) 122 122 endforeach()