Skip to content

Dynamically load libwayland-egl.so.1 when dealing with Wayland. #3359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

mcourteaux
Copy link
Contributor

@mcourteaux mcourteaux commented Oct 1, 2024

Follow-up on #3358. Tested with SilverNode and the examples under both Vulkan (irrelevant) and EGL (relevant).

Confirmed that libwayland-egl.so is no longer linked:

❯ ldd .build/linux64_gcc/bin/example-06-bumpRelease
	linux-vdso.so.1 (0x00007f9005562000)
	libSDL2-2.0.so.0 => /lib64/libSDL2-2.0.so.0 (0x00007f9005373000)
	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f9005000000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f900528f000)
	libmvec.so.1 => /lib64/libmvec.so.1 (0x00007f9004f06000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f9004d15000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f9005564000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f9004ce7000)

@mcourteaux mcourteaux requested a review from bkaradzic as a code owner October 1, 2024 17:03
@bkaradzic bkaradzic merged commit a6e372e into bkaradzic:master Oct 1, 2024
11 checks passed
jazzbre pushed a commit to jazzbre/bgfx that referenced this pull request Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants