https://bugs.freedesktop.org/show_bug.cgi?id=100259

--- Comment #21 from Roman Gilg <subd...@gmail.com> ---
I have run into the same problem when trying to compile mesa master on KDE Neon
(Ubuntu 16.04) in the gallium dri targets.

What I noticed: in the build directory at 

mesa/src/gallium/targets/dri/gallium_dri.la

the relink command can be fixed manually by simply by putting one
-L/opt/drm/lib
before
-lexpat.

Note, that I don't linked against SELinux libs. If you do this the
-L/opt/drm/lib
must probably be put before the links of these libs as well.

I also wrote a patch to work around the problem for libdrm and the dri targets
similar to the one linked above:
https://lists.freedesktop.org/archives/mesa-dev/2018-March/187630.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to