[Mesa-dev] [Bug 100259] [EGL] [GBM] undefined reference to `gbm_bo_create_with_modifiers'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 5 16:51:16 UTC 2018


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

--- Comment #21 from Roman Gilg <subdiff at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180305/dd0040b5/attachment.html>


More information about the mesa-dev mailing list