Home
last modified time | relevance | path

Searched refs:SDL2_CONFIG (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dsdl2.m434 if test x${SDL2_CONFIG+set} != xset ; then
35 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
40 if test x${SDL2_CONFIG+set} != xset ; then
41 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
48 SDL2_CONFIG="pkg-config sdl2"
54 AC_PATH_PROG(SDL2_CONFIG, sdl2-config, no, [$PATH])
59 if test "$SDL2_CONFIG" = "no" ; then
62 SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
63 SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
65 sdl_major_version=`$SDL2_CONFIG $sdl_config_args --version | \
[all …]
/AliOS-Things-master/components/SDL2/
A Dsdl2.m441 if test x${SDL2_CONFIG+set} != xset ; then
42 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
47 if test x${SDL2_CONFIG+set} != xset ; then
48 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
55 SDL2_CONFIG="pkg-config sdl2"
61 AC_PATH_PROG(SDL2_CONFIG, sdl2-config, no, [$PATH])
87 if test "$SDL2_CONFIG" != "no"; then
90 SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
91 SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
94 sdl_major_version=`$SDL2_CONFIG $sdl_config_args --version | \
[all …]
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.02488 if test x${SDL2_CONFIG+set} != xset ; then
2489 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
2494 if test x${SDL2_CONFIG+set} != xset ; then
2495 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
2502 SDL2_CONFIG="pkg-config sdl2"
2508 AC_PATH_PROG(SDL2_CONFIG, sdl2-config, no, [$PATH])
2513 if test "$SDL2_CONFIG" = "no" ; then
2516 SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
2517 SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
2609 if test "$SDL2_CONFIG" = "no" ; then
[all …]
A Dtraces.1668 m4trace:configure.in:121: -1- AC_SUBST([SDL2_CONFIG])
669 m4trace:configure.in:121: -1- AC_SUBST_TRACE([SDL2_CONFIG])
670 m4trace:configure.in:121: -1- m4_pattern_allow([^SDL2_CONFIG$])
A Doutput.0780 SDL2_CONFIG
12476 if test x${SDL2_CONFIG+set} != xset ; then
12482 if test x${SDL2_CONFIG+set} != xset ; then
12483 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
12490 SDL2_CONFIG="pkg-config sdl2"
12503 case $SDL2_CONFIG in
12527 SDL2_CONFIG=$ac_cv_path_SDL2_CONFIG
12528 if test -n "$SDL2_CONFIG"; then
12530 $as_echo "$SDL2_CONFIG" >&6; }
12542 if test "$SDL2_CONFIG" = "no" ; then
[all …]
A Doutput.1780 SDL2_CONFIG
12476 if test x${SDL2_CONFIG+set} != xset ; then
12482 if test x${SDL2_CONFIG+set} != xset ; then
12483 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
12490 SDL2_CONFIG="pkg-config sdl2"
12503 case $SDL2_CONFIG in
12527 SDL2_CONFIG=$ac_cv_path_SDL2_CONFIG
12528 if test -n "$SDL2_CONFIG"; then
12530 $as_echo "$SDL2_CONFIG" >&6; }
12542 if test "$SDL2_CONFIG" = "no" ; then
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure12476 if test x${SDL2_CONFIG+set} != xset ; then
12477 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
12482 if test x${SDL2_CONFIG+set} != xset ; then
12483 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
12490 SDL2_CONFIG="pkg-config sdl2"
12503 case $SDL2_CONFIG in
12527 SDL2_CONFIG=$ac_cv_path_SDL2_CONFIG
12528 if test -n "$SDL2_CONFIG"; then
12530 $as_echo "$SDL2_CONFIG" >&6; }
12542 if test "$SDL2_CONFIG" = "no" ; then
[all …]
A DMakefile.in347 SDL2_CONFIG = @SDL2_CONFIG@
A Dconfig.log1361 SDL2_CONFIG='pkg-config sdl2'

Completed in 61 milliseconds