We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8141c commit ab0191fCopy full SHA for ab0191f
raylib/build.py
@@ -180,7 +180,7 @@ def build_unix():
180
extra_link_args += ['-lEGL', '-lgbm']
181
elif RAYLIB_PLATFORM=="PLATFORM_COMMA":
182
extra_link_args.remove('-lGL')
183
- extra_link_args += ['-lGLESv2', '-lEGL', '-lwayland-client', '-lwayland-egl']
+ extra_link_args += ['-lGLESv2', '-lEGL', '-lgbm', '-ldrm']
184
else:
185
extra_link_args += ['-lX11']
186
extra_compile_args = ["-Wno-incompatible-pointer-types", "-D_CFFI_NO_LIMITED_API"]
0 commit comments