mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 14:28:22 +02:00
Offscreen winsys introduced in Mesa 22.2 depends on glx(dri) and libswkmsdri.
The error message is:
/usr/bin/ld: src/gallium/auxiliary/libgalliumvlwinsys.a.p/vl_vl_winsys_dri_vgem.c.o: in function `vl_vgem_drm_screen_create':
vl_winsys_dri_vgem.c:(.text.vl_vgem_drm_screen_create+0x28): undefined reference to `kms_dri_create_winsys'
Fixes:
|
||
|---|---|---|
| .. | ||
| buffer.c | ||
| config.c | ||
| context.c | ||
| display.c | ||
| image.c | ||
| meson.build | ||
| picture.c | ||
| picture_av1.c | ||
| picture_h264.c | ||
| picture_h264_enc.c | ||
| picture_hevc.c | ||
| picture_hevc_enc.c | ||
| picture_mjpeg.c | ||
| picture_mpeg4.c | ||
| picture_mpeg12.c | ||
| picture_vc1.c | ||
| picture_vp9.c | ||
| postproc.c | ||
| subpicture.c | ||
| surface.c | ||
| va_private.h | ||