Ich hatte mal versucht mesa zu kompilieren, allerdings bin ich schon nicht durch das configure gekommen.
../meson.build:442:4: ERROR: Problem encountered: EGL requires dri
Meine Versuche sind alle gescheitert und ich bin dann davon abgekommen.
An diesen Prüfungen bin ich nicht vorbeigekommen:
Code
- elif _egl == 'enabled'
- if not with_dri and not with_platform_haiku
- error('EGL requires dri')
- elif not with_shared_glapi
- error('EGL requires shared-glapi')
- elif not ['disabled', 'dri'].contains(with_glx)
- error('EGL requires dri, but a GLX is being built without dri')
- elif ['darwin', 'windows'].contains(host_machine.system())
- error('EGL is not available on Windows or MacOS')
- endif
- with_egl = true