More detailed checks
This commit is contained in:
parent
828560c17a
commit
c72c5d54f2
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ NAME = 'tox'
|
||||||
|
|
||||||
LIBTOXCORE = 'toxcore'
|
LIBTOXCORE = 'toxcore'
|
||||||
|
|
||||||
|
have_header 'time.h' and
|
||||||
|
have_header 'tox/tox.h' and
|
||||||
|
|
||||||
|
have_func 'sprintf' and
|
||||||
|
have_func 'sscanf' and
|
||||||
|
have_func 'nanosleep' and
|
||||||
|
|
||||||
have_library LIBTOXCORE, 'tox_options_default' and
|
have_library LIBTOXCORE, 'tox_options_default' and
|
||||||
have_library LIBTOXCORE, 'tox_new' and
|
have_library LIBTOXCORE, 'tox_new' and
|
||||||
have_library LIBTOXCORE, 'tox_get_savedata_size' and
|
have_library LIBTOXCORE, 'tox_get_savedata_size' and
|
||||||
|
|
Reference in a new issue