summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/sdl_cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/osd/sdl_cfg.lua')
-rw-r--r--scripts/src/osd/sdl_cfg.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/src/osd/sdl_cfg.lua b/scripts/src/osd/sdl_cfg.lua
index 10dde2d511e..f3a970c4ad4 100644
--- a/scripts/src/osd/sdl_cfg.lua
+++ b/scripts/src/osd/sdl_cfg.lua
@@ -50,17 +50,6 @@ else
}
end
-if _OPTIONS["USE_WAYLAND"]=="1" then
- defines {
- "SDLMAME_USE_WAYLAND",
- }
- if _OPTIONS["targetos"]=="linux" then
- buildoptions {
- backtick(pkgconfigcmd() .. " --cflags wayland-egl"),
- }
- end
-end
-
if _OPTIONS["NO_USE_XINPUT"]=="1" then
defines {
"USE_XINPUT=0",