Build: Remove Vulkan from modules list
Since Vulkan support is not yet finished and pushing it to master was a mistake, I see no reason everyone should link against this module when using the engine. Former-commit-id: 44de71a230c128c60b93590031ab2c279e7096dc [formerly e83d7ef7825aa6deb15a162af8d7ce095dbc16f3] [formerly 61950174ad2ae51fe060d7f356c8c57605c30c34 [formerly 42a29df53f59f9c9821436347441ed313a566701]] Former-commit-id: 8dc9fcc4fd9e3bc50f80390ab7ca8d7a3067485e [formerly cf0d318213e013d43c5f8a83f270f61702b27f1f] Former-commit-id: 2ec36729351a647ef30f5bbf3853db43f63b785f
This commit is contained in:
parent
705faa8d95
commit
9d04b7f924
|
|
@ -1,31 +0,0 @@
|
|||
MODULE.Name = "Vulkan"
|
||||
|
||||
MODULE.ClientOnly = true
|
||||
|
||||
MODULE.Defines = {
|
||||
"VK_NO_PROTOTYPES"
|
||||
}
|
||||
|
||||
MODULE.Libraries = {
|
||||
"NazaraCore",
|
||||
"NazaraUtility"
|
||||
}
|
||||
|
||||
MODULE.OsDefines.Linux = {
|
||||
-- "VK_USE_PLATFORM_MIR_KHR",
|
||||
"VK_USE_PLATFORM_XCB_KHR"
|
||||
-- "VK_USE_PLATFORM_XLIB_KHR",
|
||||
-- "VK_USE_PLATFORM_WAYLAND_KHR"
|
||||
}
|
||||
|
||||
MODULE.OsDefines.BSD = MODULE.OsDefines.Linux
|
||||
MODULE.OsDefines.Solaris = MODULE.OsDefines.Linux
|
||||
|
||||
MODULE.OsDefines.Windows = {
|
||||
"VK_USE_PLATFORM_WIN32_KHR"
|
||||
}
|
||||
|
||||
MODULE.OsFiles.Windows = {
|
||||
"../src/Nazara/Vulkan/Win32/**.hpp",
|
||||
"../src/Nazara/Vulkan/Win32/**.cpp"
|
||||
}
|
||||
Loading…
Reference in New Issue