Lines Matching refs:DRI
1480 --disable-dri Disable DRI support [[default=auto]]
1519 DRI_CFLAGS C compiler flags for DRI, overriding pkg-config
1520 DRI_LIBS linker flags for DRI, overriding pkg-config
18492 # Check whether --enable-dri was given.
18494 enableval=$enable_dri; DRI="$enableval"
18496 DRI=auto
18854 if test "$DRI" != no; then
18856 as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
18857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${sdkdir}/dri.h" >&5
18858 $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
18864 if test -r "${sdkdir}/dri.h"; then
18932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include DRI support" >&5
18933 $as_echo_n "checking whether to include DRI support... " >&6; }
18934 if test x$DRI = xauto; then
18938 DRI="yes"
18940 DRI="no"
18943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DRI" >&5
18944 $as_echo "$DRI" >&6; }
18946 if test x$DRI = xyes; then
18954 if test "$DRI" = yes; then
18957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DRI" >&5
18958 $as_echo_n "checking for DRI... " >&6; }
19361 as_fn_error $? "conditional \"DRI\" was never defined.