summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r--3rdparty/bgfx/scripts/genie.lua31
1 files changed, 0 insertions, 31 deletions
diff --git a/3rdparty/bgfx/scripts/genie.lua b/3rdparty/bgfx/scripts/genie.lua
index 645ed3a21be..d3f4047cd93 100644
--- a/3rdparty/bgfx/scripts/genie.lua
+++ b/3rdparty/bgfx/scripts/genie.lua
@@ -21,11 +21,6 @@ newoption {
}
newoption {
- trigger = "with-wayland",
- description = "Use Wayland backend.",
-}
-
-newoption {
trigger = "with-profiler",
description = "Enable build with intrusive profiler.",
}
@@ -204,10 +199,6 @@ end
function copyLib()
end
-if _OPTIONS["with-wayland"] then
- defines { "WL_EGL_PLATFORM=1" }
-end
-
if _OPTIONS["with-sdl"] then
if os.is("windows") then
if not os.getenv("SDL2_DIR") then
@@ -256,13 +247,6 @@ function exampleProjectDefaults()
defines { "ENTRY_CONFIG_USE_SDL=1" }
links { "SDL2" }
- configuration { "linux or freebsd" }
- if _OPTIONS["with-wayland"] then
- links {
- "wayland-egl",
- }
- end
-
configuration { "osx*" }
libdirs { "$(SDL2_DIR)/lib" }
@@ -273,21 +257,6 @@ function exampleProjectDefaults()
defines { "ENTRY_CONFIG_USE_GLFW=1" }
links { "glfw3" }
- configuration { "linux or freebsd" }
- if _OPTIONS["with-wayland"] then
- links {
- "wayland-egl",
- }
- else
- links {
- "Xrandr",
- "Xinerama",
- "Xi",
- "Xxf86vm",
- "Xcursor",
- }
- end
-
configuration { "osx*" }
linkoptions {
"-framework CoreVideo",