mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 21:16:35 +02:00
Sync with new libtoxcore build system
First try to use pkg-config to find libtoxcore, fall back to manual checks if pkg-config is not available. Improve ncurses search, should now find everything on OSX.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#include <stdint.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "tox.h"
|
||||
#include <tox/tox.h>
|
||||
|
||||
#include "friendlist.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "tox.h"
|
||||
#include <tox/tox.h>
|
||||
|
||||
#include "configdir.h"
|
||||
#include "toxic_windows.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <wctype.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "tox.h"
|
||||
#include <tox/tox.h>
|
||||
|
||||
#define MAX_WINDOWS_NUM 32
|
||||
#define MAX_FRIENDS_NUM 100
|
||||
|
Reference in New Issue
Block a user