mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
yes
This commit is contained in:
15
xmake.lua
15
xmake.lua
@@ -34,7 +34,20 @@ local backends = {
|
||||
option = "software",
|
||||
default = true,
|
||||
packages = { "spirv-vm", "cpuinfo" }
|
||||
}
|
||||
},
|
||||
OpenGL = {
|
||||
option = "opengl",
|
||||
default = not is_plat("macosx", "iphoneos", "wasm", "appletvos"),
|
||||
packages = { "opengl-headers", "egl-headers" },
|
||||
custom = function()
|
||||
add_defines("EGL_NO_X11")
|
||||
if is_plat("windows", "mingw") then
|
||||
add_syslinks("User32")
|
||||
else
|
||||
remove_files("Sources/Backends/OpenGL/WGL/**.c")
|
||||
end
|
||||
end
|
||||
},
|
||||
}
|
||||
|
||||
local sanitizers = {
|
||||
|
||||
Reference in New Issue
Block a user