Home | History | Annotate | Download | only in qemu

Lines Matching refs:yes

32 GLES_PROBE=yes
42 --help|-h|-\?) OPTION_HELP=yes
45 if [ "$VERBOSE" = "yes" ] ; then
46 VERBOSE2=yes
48 VERBOSE=yes
51 --debug) OPTION_DEBUG=yes
57 --mingw) OPTION_MINGW=yes
61 --no-strip) OPTION_NO_STRIP=yes
63 --debug) OPTION_DEBUG=yes
65 --ignore-audio) OPTION_IGNORE_AUDIO=yes
67 --no-prebuilts) OPTION_NO_PREBUILTS=yes
69 --try-64) OPTION_TRY_64=yes
71 --static) OPTION_STATIC=yes
76 GLES_SUPPORT=yes
79 GLES_SUPPORT=yes
91 if [ "$OPTION_HELP" = "yes" ] ; then
121 if [ -z "$CC" -a -z "$OPTION_CC" -a "$HOST_OS" = linux -a "$OPTION_TRY_64" != "yes" ] ; then
139 if [ "$OPTION_TRY_64" != "yes" ] ; then
155 if [ "$OPTION_MINGW" = "yes" ] ; then
173 if [ "$OPTION_NO_PREBUILTS" = "yes" ] ; then
185 if [ "$IN_ANDROID_BUILD" = "yes" ] ; then
226 if [ "$GLES_PROBE" = "yes" ]; then
227 GLES_SUPPORT=yes
253 if [ "$GLES_SUPPORT" = "yes" ]; then
331 if [ $SDL_LINKING != "yes" ] ; then
358 if [ $SDL_LINKING != "yes" ] ; then
386 darwin*) PROBE_COREAUDIO=yes;
388 linux-*) PROBE_ALSA=yes; PROBE_OSS=yes; PROBE_ESD=yes; PROBE_PULSEAUDIO=yes;
390 freebsd-*) PROBE_OSS=yes;
392 windows) PROBE_WINAUDIO=yes
399 if [ "$OPTION_IGNORE_AUDIO" = "yes" ] ; then
414 if [ `var_value $1` = yes ] ; then
527 if [ $OPTION_DEBUG = yes ] ; then
530 if [ $OPTION_STATIC = yes ] ; then
538 if [ "$OPTION_MINGW" = "yes" ] ; then
555 if [ "$HAVE_BYTESWAP_H" = "yes" ] ; then
558 if [ "$HAVE_MACHINE_BYTESWAP_H" = "yes" ] ; then
561 if [ "$HAVE_FNMATCH_H" = "yes" ] ; then
632 if [ "$OPTION_STATIC" = "yes" ] ; then