summaryrefslogtreecommitdiff
path: root/toxcore/ping_array.c
diff options
context:
space:
mode:
authorYuri <yuri@tsoft.com>2017-04-02 22:57:40 -0700
committeriphydf <iphydf@users.noreply.github.com>2018-01-13 23:04:23 +0000
commit1e1efec34ad820fc65dcf98581a0d8f6fa1873a8 (patch)
tree7c598c2c92f7d545319e371166e7efe2c7fffc93 /toxcore/ping_array.c
parentf4ba43c81b28c23d86168a1ae1be8551d5258e80 (diff)
pkg-config .pc files: added .private versions of Libs and Required
To prevent top-level linking of all libraries. Problem: ```pkg-config --libs toxcore``` returns all libraries that are required by all libtox*.so libraries. This is wrong because for a dynamically linked executable only top-level libraries need to be supplied. ```pkg-config --libs --static toxcore``` should return all libraries for the statically linked executable. For example, the ToxBot https://github.com/JFreegman/ToxBot executable uses pkg-config and is linked with the opus library, which is wrong. Based on #533.
Diffstat (limited to 'toxcore/ping_array.c')
0 files changed, 0 insertions, 0 deletions