mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[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:
committed by
GitHub
parent
efca5040cb
commit
8605d54a62
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user