|
Lines 292-298
Link Here
|
| 292 |
error('EGL requires dri') |
292 |
error('EGL requires dri') |
| 293 |
elif not with_shared_glapi |
293 |
elif not with_shared_glapi |
| 294 |
error('EGL requires shared-glapi') |
294 |
error('EGL requires shared-glapi') |
| 295 |
elif with_platforms |
295 |
elif not with_platforms |
| 296 |
error('No platforms specified, consider -Dplatforms=drm,x11 at least') |
296 |
error('No platforms specified, consider -Dplatforms=drm,x11 at least') |
| 297 |
elif not ['disabled', 'dri'].contains(with_glx) |
297 |
elif not ['disabled', 'dri'].contains(with_glx) |
| 298 |
error('EGL requires dri, but a GLX is being built without dri') |
298 |
error('EGL requires dri, but a GLX is being built without dri') |