Renamed BGFX_USE_WAYLAND to ENTRY_CONFIG_USE_WAYLAND.

This commit is contained in:
mooz
2019-03-09 10:53:14 +01:00
parent 2b6d4cf00f
commit ff13e730bb
6 changed files with 19 additions and 15 deletions

View File

@@ -88,6 +88,12 @@ project ("example-common")
}
end
if _OPTIONS["with-wayland"] then
defines {
"ENTRY_CONFIG_USE_WAYLAND=1",
}
end
configuration { "linux-steamlink" }
defines {
"EGL_API_FB",