Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 652762
Collapse All | Expand All

(-)a/meson.build (-1 / +1 lines)
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')

Return to bug 652762