summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/3rdparty.lua
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2024-04-07 22:45:17 +0200
committer GitHub <noreply@github.com>2024-04-07 16:45:17 -0400
commit2752ad052d98970b72fcb65bce2a9f0febb11fa8 (patch)
tree1cc21f3217ae674c4a0c490367b304ca2347ea24 /scripts/src/3rdparty.lua
parent8c0dea9bb3c02626897a56553e26e3de29a38e2e (diff)
Add C compiler flags for Wayland EGL backend to bgfx build options (#12216)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rwxr-xr-xscripts/src/3rdparty.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 64a8e3b7ab6..fc3ef8a6daa 100755
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1558,6 +1558,9 @@ end
defines {
"WL_EGL_PLATFORM=1",
}
+ buildoptions {
+ backtick(pkgconfigcmd() .. " --cflags wayland-egl-backend"),
+ }
end
end