Home | History | Annotate | Download | only in dist

Lines Matching refs:DRI

1519   --disable-dri           Disable DRI support [[default=auto]]
1558 DRI_CFLAGS C compiler flags for DRI, overriding pkg-config
1559 DRI_LIBS linker flags for DRI, overriding pkg-config
19376 # Check whether --enable-dri was given.
19379 enableval=$enable_dri; DRI="$enableval"
19381 DRI=auto
19717 if test "$DRI" != no; then
19718 as_ac_File=`printf "%s\n" "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
19719 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${sdkdir}/dri.h" >&5
19720 printf %s "checking for ${sdkdir}/dri.h... " >&6; }
19727 if test -r "${sdkdir}/dri.h"; then
19820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to include DRI support" >&5
19821 printf %s "checking whether to include DRI support... " >&6; }
19822 if test x$DRI = xauto; then
19826 DRI="yes"
19828 DRI="no"
19831 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DRI" >&5
19832 printf "%s\n" "$DRI" >&6; }
19834 if test x$DRI = xyes; then
19842 if test "$DRI" = yes; then
19845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DRI" >&5
19846 printf %s "checking for DRI... " >&6; }
20547 as_fn_error $? "conditional \"DRI\" was never defined.