diff options
author | 2016-02-16 07:52:59 +0100 | |
---|---|---|
committer | 2016-02-16 07:52:59 +0100 | |
commit | 30ef0dc4278294830fb67add0ced228c79b55f1c (patch) | |
tree | 163f195ec1874b488bf22873d5d7e88be0f6db80 /3rdparty/bgfx/scripts/example-common.lua | |
parent | d13f3f0d102b7e3d0bc1a6975a554722547fba0f (diff) |
Update to latest BGFX including my SteamLink support (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/example-common.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/example-common.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/bgfx/scripts/example-common.lua b/3rdparty/bgfx/scripts/example-common.lua index 1832f9836ac..fcaca364f64 100644 --- a/3rdparty/bgfx/scripts/example-common.lua +++ b/3rdparty/bgfx/scripts/example-common.lua @@ -60,6 +60,11 @@ project ("example-common") "ENTRY_CONFIG_USE_GLFW=1", } end + + configuration { "linux-steamlink" } + defines { + "EGL_API_FB", + } configuration { "osx or ios* or tvos*" } files { |