diff --git a/dll/keyboard/CMakeLists.txt b/dll/keyboard/CMakeLists.txt index d68e9e53b84..dfce60cd7d2 100644 --- a/dll/keyboard/CMakeLists.txt +++ b/dll/keyboard/CMakeLists.txt @@ -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()