test for the proper drm version, at least 1.17 is required

This commit is contained in:
Roland Scheidegger 2005-07-27 18:21:34 +00:00
parent a7df74ea02
commit 67d94e5a86
1 changed files with 1 additions and 1 deletions

View File

@ -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;