diff options
Diffstat (limited to 'other/pkgconfig')
-rw-r--r-- | other/pkgconfig/libtoxav.pc.in | 8 | ||||
-rw-r--r-- | other/pkgconfig/libtoxcore.pc.in | 8 |
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 @@ | |||
1 | prefix=@CMAKE_INSTALL_PREFIX@ | ||
2 | libdir=${prefix}/lib | ||
3 | includedir=${prefix}/include | ||
4 | |||
5 | Name: libtoxav | ||
6 | Description: Tox A/V library - compatibility module (use toxav instead) | ||
7 | Requires: toxav | ||
8 | Version: @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 @@ | |||
1 | prefix=@CMAKE_INSTALL_PREFIX@ | ||
2 | libdir=${prefix}/lib | ||
3 | includedir=${prefix}/include | ||
4 | |||
5 | Name: libtoxcore | ||
6 | Description: Tox protocol library - compatibility module (use toxcore, toxdns, and toxencryptsave instead) | ||
7 | Requires: toxcore toxdns toxencryptsave | ||
8 | Version: @PROJECT_VERSION@ | ||