diff options
Diffstat (limited to '3rdparty/bgfx/scripts/geometryv.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/geometryv.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/bgfx/scripts/geometryv.lua b/3rdparty/bgfx/scripts/geometryv.lua index e403d582179..054daf7af0d 100644 --- a/3rdparty/bgfx/scripts/geometryv.lua +++ b/3rdparty/bgfx/scripts/geometryv.lua @@ -30,13 +30,6 @@ project ("geometryv") 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 ("geometryv") defines { "ENTRY_CONFIG_USE_GLFW=1" } links { "glfw3" } - configuration { "linux or freebsd" } - links { - "Xrandr", - "Xinerama", - "Xi", - "Xxf86vm", - "Xcursor", - } - configuration { "osx*" } linkoptions { "-framework CoreVideo", |