forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
14 lines
335 B
Diff
14 lines
335 B
Diff
Link libGL.so instead of dlopening it per shared library policy
|
|
ANGLE supports this setting but it is not properly exposed in the GN build
|
|
|
|
--- a/third_party/angle/BUILD.gn
|
|
+++ b/third_party/angle/BUILD.gn
|
|
@@ -138,6 +138,7 @@
|
|
]
|
|
|
|
defines = []
|
|
+ defines+= ["ANGLE_LINK_GLX"]
|
|
|
|
if (is_win) {
|
|
defines += [ "ANGLE_IS_WIN" ]
|