summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/texturev.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/texturev.lua')
-rw-r--r--3rdparty/bgfx/scripts/texturev.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/bgfx/scripts/texturev.lua b/3rdparty/bgfx/scripts/texturev.lua
index d5bb9e2f08a..80f7dc4e814 100644
--- a/3rdparty/bgfx/scripts/texturev.lua
+++ b/3rdparty/bgfx/scripts/texturev.lua
@@ -30,13 +30,6 @@ project ("texturev")
defines { "ENTRY_CONFIG_USE_SDL=1" }
links { "SDL2" }
- configuration { "linux or freebsd" }
- if _OPTIONS["with-wayland"] then
- links {
- "wayland-egl",
- }
- end
-
configuration { "x32", "windows" }
libdirs { "$(SDL2_DIR)/lib/x86" }
@@ -50,15 +43,6 @@ project ("texturev")
defines { "ENTRY_CONFIG_USE_GLFW=1" }
links { "glfw3" }
- configuration { "linux or freebsd" }
- links {
- "Xrandr",
- "Xinerama",
- "Xi",
- "Xxf86vm",
- "Xcursor",
- }
-
configuration { "osx*" }
linkoptions {
"-framework CoreVideo",