mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[CMAKE] Build xboxvmp in Xbox-builds only
This prevents the creation of a fake Xbox GPU device on non-Xbox builds. CORE-17529
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
if(SARCH STREQUAL "pc98")
|
||||
# Actual binary filename is vga.sys
|
||||
add_subdirectory(pc98vid)
|
||||
elseif(SARCH STREQUAL "xbox")
|
||||
add_subdirectory(xboxvmp)
|
||||
else()
|
||||
add_subdirectory(vbe)
|
||||
add_subdirectory(vga)
|
||||
add_subdirectory(vga_new)
|
||||
add_subdirectory(vmx_svga)
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
add_subdirectory(xboxvmp)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user