mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
test for the proper drm version, at least 1.17 is required
This commit is contained in:
parent
a7df74ea02
commit
67d94e5a86
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ void *__driCreateNewScreen_20050725(__DRInativeDisplay * dpy, int scrn,
|
|||
__DRIscreenPrivate *psp;
|
||||
static const __DRIutilversion2 ddx_expected = { 4, 5, 0, 0 };
|
||||
static const __DRIversion dri_expected = { 4, 0, 0 };
|
||||
static const __DRIversion drm_expected = { 1, 11, 1 };
|
||||
static const __DRIversion drm_expected = { 1, 17, 0 };
|
||||
|
||||
dri_interface = interface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue