summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/bgfx.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/bgfx.lua')
-rw-r--r--3rdparty/bgfx/scripts/bgfx.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/bgfx.lua b/3rdparty/bgfx/scripts/bgfx.lua
index cc646b6e261..97ec723ddba 100644
--- a/3rdparty/bgfx/scripts/bgfx.lua
+++ b/3rdparty/bgfx/scripts/bgfx.lua
@@ -88,12 +88,18 @@ function bgfxProject(_name, _kind, _defines)
"-weak_framework Metal",
}
- configuration { "not nacl" }
+ configuration { "not nacl", "not linux-steamlink" }
includedirs {
--nacl has GLES2 headers modified...
+ --steamlink has EGL headers modified...
path.join(BGFX_DIR, "3rdparty/khronos"),
}
+ configuration { "linux-steamlink" }
+ defines {
+ "EGL_API_FB",
+ }
+
configuration {}
includedirs {