Lines Matching refs:DRI
1468 --disable-dri Disable DRI support [[default=auto]]
1502 DRI_CFLAGS C compiler flags for DRI, overriding pkg-config
1503 DRI_LIBS linker flags for DRI, overriding pkg-config
16937 # Check whether --enable-dri was given.
16939 enableval=$enable_dri; DRI="$enableval"
16941 DRI=auto
17278 if test "$DRI" != no; then
17281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DRI" >&5
17282 $as_echo_n "checking for DRI... " >&6; }
17372 ac_fn_c_check_header_preproc "$LINENO" "dri.h" "ac_cv_header_dri_h"
17419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include DRI support" >&5
17420 $as_echo_n "checking whether to include DRI support... " >&6; }
17421 if test x$DRI = xauto; then
17425 DRI="yes"
17427 DRI="no"
17430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DRI" >&5
17431 $as_echo "$DRI" >&6; }
17433 if test x$DRI = xyes; then
17441 if test "$DRI" = yes; then
18214 as_fn_error $? "conditional \"DRI\" was never defined.