Lines Matching refs:DRI
551 [enable DRI modules @<:@default=enabled@:>@])],
613 [make GLX library Xlib-based instead of DRI-based @<:@default=disabled@:>@])],
706 AC_MSG_ERROR([DRI and Xlib-GLX cannot be built together])
719 # Disable GLX if DRI and Xlib-GLX are not enabled
723 AC_MSG_WARN([Neither DRI nor Xlib-GLX enabled, disabling GLX])
737 # Shared GLAPI is only useful for DRI
739 AC_MSG_NOTICE([Shared GLAPI is only useful for DRI, disabling])
796 # DRI-based GLX
827 # DRI must be shared, I think
829 AC_MSG_ERROR([Cannot use static libraries for DRI drivers])
872 [enable direct rendering in GLX and EGL for DRI \
891 # DRI-based GLX
901 # find the DRI deps for libGL
974 dnl More DRI setup
976 dnl Directory for DRI drivers
979 [directory for the DRI drivers @<:@${libdir}/dri@:>@])],
983 dnl Extra search path for DRI drivers
986 [semicolon delimited DRI driver search directories @<:@${libdir}/dri@:>@])],
993 [comma delimited DRI drivers list, e.g.
1007 # classic DRI drivers require FEATURE_GL to build
1017 AC_MSG_ERROR([DRI driver directory '$driver' does not exist])
1096 AC_CHECK_HEADER([expat.h],[],[AC_MSG_ERROR([Expat required for DRI.])])
1099 [AC_MSG_ERROR([Expat required for DRI.])])
1107 AC_MSG_ERROR([DRI drivers requires libdrm >= $LIBDRM_REQUIRED])
1770 AC_MSG_ERROR([DRI or Xorg DDX requires libdrm >= $LIBDRM_REQUIRED])
2070 echo " DRI drivers: no"
2072 echo " DRI drivers: $dri_dirs"
2074 echo " DRI driver dir: $DRI_DRIVER_INSTALL_DIR"
2082 echo " GLX: DRI-based"