summaryrefslogtreecommitdiff
path: root/other/pkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'other/pkgconfig')
-rw-r--r--other/pkgconfig/libtoxav.pc.in8
-rw-r--r--other/pkgconfig/libtoxcore.pc.in8
2 files changed, 16 insertions, 0 deletions
diff --git a/other/pkgconfig/libtoxav.pc.in b/other/pkgconfig/libtoxav.pc.in
new file mode 100644
index 00000000..e0b95b48
--- /dev/null
+++ b/other/pkgconfig/libtoxav.pc.in
@@ -0,0 +1,8 @@
1prefix=@CMAKE_INSTALL_PREFIX@
2libdir=${prefix}/lib
3includedir=${prefix}/include
4
5Name: libtoxav
6Description: Tox A/V library - compatibility module (use toxav instead)
7Requires: toxav
8Version: @PROJECT_VERSION@
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@