Lines Matching refs:DRI
1474 --disable-dri Disable DRI support [[default=auto]]
1511 DRI_CFLAGS C compiler flags for DRI, overriding pkg-config
1512 DRI_LIBS linker flags for DRI, overriding pkg-config
18484 # Check whether --enable-dri was given.
18486 enableval=$enable_dri; DRI="$enableval"
18488 DRI=auto
18741 if test "$DRI" != no; then
18742 as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
18743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${sdkdir}/dri.h" >&5
18744 $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
18750 if test -r "${sdkdir}/dri.h"; then
18813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include DRI support" >&5
18814 $as_echo_n "checking whether to include DRI support... " >&6; }
18815 if test x$DRI = xauto; then
18819 DRI="yes"
18821 DRI="no"
18824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DRI" >&5
18825 $as_echo "$DRI" >&6; }
18827 if test x$DRI = xyes; then
18835 if test "$DRI" = yes; then
18838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DRI" >&5
18839 $as_echo_n "checking for DRI... " >&6; }
19221 as_fn_error $? "conditional \"DRI\" was never defined.