summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/pkgconfig/toxav.pc.in2
-rw-r--r--other/pkgconfig/toxcore.pc.in2
-rw-r--r--other/pkgconfig/toxdns.pc.in2
-rw-r--r--other/pkgconfig/toxencryptsave.pc.in2
-rwxr-xr-xother/travis/toxcore-script2
5 files changed, 5 insertions, 5 deletions
diff --git a/other/pkgconfig/toxav.pc.in b/other/pkgconfig/toxav.pc.in
index bb480d72..6b56500b 100644
--- a/other/pkgconfig/toxav.pc.in
+++ b/other/pkgconfig/toxav.pc.in
@@ -6,5 +6,5 @@ Name: toxav
6Description: Tox A/V library 6Description: Tox A/V library
7Requires: opus toxcore vpx 7Requires: opus toxcore vpx
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxav @toxav_PKGCONFIG_LIBS@ 9Libs: -L${libdir} @toxav_PKGCONFIG_LIBS@ -ltoxav
10Cflags: -I${includedir} 10Cflags: -I${includedir}
diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in
index 09556494..c77cb5be 100644
--- a/other/pkgconfig/toxcore.pc.in
+++ b/other/pkgconfig/toxcore.pc.in
@@ -6,5 +6,5 @@ Name: toxcore
6Description: Tox protocol library 6Description: Tox protocol library
7Requires: libsodium 7Requires: libsodium
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ 9Libs: -L${libdir} @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup -ltoxcore
10Cflags: -I${includedir} 10Cflags: -I${includedir}
diff --git a/other/pkgconfig/toxdns.pc.in b/other/pkgconfig/toxdns.pc.in
index 92f3ad40..0f69130c 100644
--- a/other/pkgconfig/toxdns.pc.in
+++ b/other/pkgconfig/toxdns.pc.in
@@ -6,5 +6,5 @@ Name: toxdns
6Description: Tox DNS3 library 6Description: Tox DNS3 library
7Requires: toxcore 7Requires: toxcore
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxdns @toxdns_PKGCONFIG_LIBS@ 9Libs: -L${libdir} @toxdns_PKGCONFIG_LIBS@ -ltoxdns
10Cflags: -I${includedir} 10Cflags: -I${includedir}
diff --git a/other/pkgconfig/toxencryptsave.pc.in b/other/pkgconfig/toxencryptsave.pc.in
index 30f47b36..bd717f53 100644
--- a/other/pkgconfig/toxencryptsave.pc.in
+++ b/other/pkgconfig/toxencryptsave.pc.in
@@ -6,5 +6,5 @@ Name: toxencryptsave
6Description: Tox block encryption library 6Description: Tox block encryption library
7Requires: toxcore 7Requires: toxcore
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxencryptsave @toxencryptsave_PKGCONFIG_LIBS@ 9Libs: -L${libdir} @toxencryptsave_PKGCONFIG_LIBS@ -ltoxencryptsave
10Cflags: -I${includedir} 10Cflags: -I${includedir}
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index ed9377fe..20ad6d8e 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -12,7 +12,7 @@ git diff --exit-code
12 12
13# Build toxcore and run tests. 13# Build toxcore and run tests.
14export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" 14export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1"
15RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX 15RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON
16 16
17export CTEST_OUTPUT_ON_FAILURE=1 17export CTEST_OUTPUT_ON_FAILURE=1
18 18