toxon
/
lita-tox
Archived
1
0
Fork 0

More detailed checks

This commit is contained in:
Braiden Vasco 2015-09-13 17:15:27 +00:00
parent 828560c17a
commit c72c5d54f2
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ NAME = 'tox'
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_new' and
have_library LIBTOXCORE, 'tox_get_savedata_size' and