Summary: | egl-static cannot find libwayland-drm.a | ||
---|---|---|---|
Product: | Mesa | Reporter: | Knut Andre Tidemann <knut.tidemann> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch to fix egl-static's libwayland-drm.a link issue |
Thanks! Fixed by 8da2dab31dfe1f4f0d6297eb33bca55f723fc685 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 72843 [details] Patch to fix egl-static's libwayland-drm.a link issue While building mesa git today I encountered an error when building egl-static: CXXLD egl_gallium.la g++: error: ../../../../src/egl/wayland/wayland-drm/.libs/.libs/libwayland-drm.a: No such file or directory This was on Arch Linxu on an x86_64 machine with these egl-platforms enabled: --with-egl-platforms=drm,x11,wayland The attached patch fixes the issue.