[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
This commit is contained in:
Katayama Hirofumi MZ
2026-01-25 06:11:12 +09:00
committed by GitHub
parent efca5040cb
commit 8605d54a62

View File

@@ -117,6 +117,6 @@ foreach(_keyboard_layout ${_keyboard_layouts})
target_link_libraries(${_keyboard_layout} runtmchk)
endif()
add_dependencies(${_keyboard_layout} psdk)
add_dependencies(${_keyboard_layout} xdk)
add_cd_file(TARGET ${_keyboard_layout} DESTINATION reactos/system32 FOR all)
endforeach()