Skip to content

Commit ab0191f

Browse files
weston is out
1 parent ef8141c commit ab0191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def build_unix():
180180
extra_link_args += ['-lEGL', '-lgbm']
181181
elif RAYLIB_PLATFORM=="PLATFORM_COMMA":
182182
extra_link_args.remove('-lGL')
183-
extra_link_args += ['-lGLESv2', '-lEGL', '-lwayland-client', '-lwayland-egl']
183+
extra_link_args += ['-lGLESv2', '-lEGL', '-lgbm', '-ldrm']
184184
else:
185185
extra_link_args += ['-lX11']
186186
extra_compile_args = ["-Wno-incompatible-pointer-types", "-D_CFFI_NO_LIMITED_API"]

0 commit comments

Comments
 (0)