1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 03:16:45 +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:
Sergey 'Jin' Bostandzhyan
2013-08-24 05:15:15 +03:00
parent 8b6d50cd68
commit 2a46d48cdf
4 changed files with 173 additions and 114 deletions

View File

@ -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