Skip to content

gbm: work around mesa linkage issue

Lina Versace requested to merge fjhenigman:glapi into master

Created by: fjhenigman

Mesa drivers such as i965_dri.so use symbols from libglapi but do not pull in libglapi (https://bugs.freedesktop.org/show_bug.cgi?id=57702) so dlopen libglapi before we need it.

Merge request reports