Bug 59234 - egl-static cannot find libwayland-drm.a
Summary: egl-static cannot find libwayland-drm.a
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 09:41 UTC by Knut Andre Tidemann
Modified: 2013-01-11 09:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch to fix egl-static's libwayland-drm.a link issue (1.08 KB, text/plain)
2013-01-11 09:41 UTC, Knut Andre Tidemann
Details

Description Knut Andre Tidemann 2013-01-11 09:41:12 UTC
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.
Comment 1 Andreas Boll 2013-01-11 09:59:17 UTC
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.