You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.require(with_platform_windows or with_platform_haiku or with_dri or with_platform_android, error_message : 'EGL requires DRI, Haiku, Windowsor Android') \
471
+
.require(with_platform_windows or with_platform_haiku or with_dri or with_platform_androidor with_platform_webrogue, error_message : 'EGL requires DRI, Haiku, Windows, Android or Webrogue') \
471
472
.require(with_glx !='xlib', error_message :'EGL requires DRI, but GLX is being built with xlib support') \
472
473
.disable_auto_if(with_platform_haiku) \
473
474
.allowed()
@@ -946,7 +947,7 @@ if cc.get_id() == 'gcc' and cc.version().version_compare('< 4.4.6')
946
947
endif
947
948
948
949
# Support systems without ETIME (e.g. FreeBSD)
949
-
if cc.get_define('ETIME', prefix : '#include <errno.h>') ==''
0 commit comments