summaryrefslogtreecommitdiff
path: root/other/pkgconfig/libtoxcore.pc.in
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-13 20:58:03 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-13 20:58:32 +0000
commitb14b8d07facba8564a37e6dd2a346f0e490de89d (patch)
treede3d28063675a04acd6f432bdbc558a8c7f469a6 /other/pkgconfig/libtoxcore.pc.in
parent4cf69996cc16282b13615843febd68ff6355eb7d (diff)
Add compatibility pkg-config modules: libtoxcore, libtoxav.
These were generated by the autotools build. Some clients may depend on these files instead of the newer split pkg-config files. New clients should be using the toxcore, toxav, toxencryptsave, and toxdns modules.
Diffstat (limited to 'other/pkgconfig/libtoxcore.pc.in')
-rw-r--r--other/pkgconfig/libtoxcore.pc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/pkgconfig/libtoxcore.pc.in b/other/pkgconfig/libtoxcore.pc.in
new file mode 100644
index 00000000..c5588bb4
--- /dev/null
+++ b/other/pkgconfig/libtoxcore.pc.in
@@ -0,0 +1,8 @@
1prefix=@CMAKE_INSTALL_PREFIX@
2libdir=${prefix}/lib
3includedir=${prefix}/include
4
5Name: libtoxcore
6Description: Tox protocol library - compatibility module (use toxcore, toxdns, and toxencryptsave instead)
7Requires: toxcore toxdns toxencryptsave
8Version: @PROJECT_VERSION@