summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2023-09-28 17:14:29 +0200
committer GitHub <noreply@github.com>2023-09-29 01:14:29 +1000
commit80155dfa8c8fd3ebcdb304ab97e967d276014f74 (patch)
tree1d5b3a95d29caafbcb84cddc46c155c252772bce /scripts/src/3rdparty.lua
parent30d92e397d15c32e79c9d508c43d9f2512f414fb (diff)
3rdparty/bgfx: Cherry-picked upstream commits needed to support Wayland on Linux. (#11539)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rwxr-xr-xscripts/src/3rdparty.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index af84db53384..7b80101e973 100755
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1484,7 +1484,6 @@ end
MAME_DIR .. "3rdparty/bgfx/src/debug_renderdoc.cpp",
MAME_DIR .. "3rdparty/bgfx/src/dxgi.cpp",
MAME_DIR .. "3rdparty/bgfx/src/glcontext_egl.cpp",
- MAME_DIR .. "3rdparty/bgfx/src/glcontext_glx.cpp",
MAME_DIR .. "3rdparty/bgfx/src/glcontext_html5.cpp",
MAME_DIR .. "3rdparty/bgfx/src/glcontext_wgl.cpp",
MAME_DIR .. "3rdparty/bgfx/src/nvapi.cpp",