[Mesa-dev] [PATCH] st/dri: Fix driver loading if swrast isn't built

Emil Velikov emil.l.velikov at gmail.com
Sun Aug 3 10:00:41 PDT 2014


On 02/08/14 22:21, Aaron Watry wrote:
> If building hardware drivers only, then kms_swrast_create_screen
> won't be defined in inline_drm_helper.h and hardware drivers will
> fail to dlopen as a result.
> 
Hmm it seems that it will fail to dlopen due to the unresolved symbol
'kms_swrast_create_screen'. I wonder if we can fix the "_glapi*" symbols (link
against glapi ?) and add --no-undefined for the dri modules. It will save us a
bit of headaches/head-scratching.

Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>



More information about the mesa-dev mailing list