summaryrefslogtreecommitdiff
path: root/other/pkgconfig
diff options
context:
space:
mode:
authorSmoked Cheese <root@ubuntology.ru>2018-01-15 14:23:33 +0300
committerGitHub <noreply@github.com>2018-01-15 14:23:33 +0300
commit402664f58d3b076a3715ddf0fdb6bb49c70c57b4 (patch)
treeada04209d97dbf9800d48e8e29490dc3c4b2c94d /other/pkgconfig
parente16d3894c5979fcfe1c57bf7dadc455ce690baf9 (diff)
update rpm spec and use variables in cmake instead of hardcoded paths (#624)
Diffstat (limited to 'other/pkgconfig')
-rw-r--r--other/pkgconfig/toxcore.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in
index 55b3b10a..b53fa48c 100644
--- a/other/pkgconfig/toxcore.pc.in
+++ b/other/pkgconfig/toxcore.pc.in
@@ -1,6 +1,6 @@
1prefix=@CMAKE_INSTALL_PREFIX@ 1prefix=@CMAKE_INSTALL_PREFIX@
2libdir=${prefix}/lib 2libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
3includedir=${prefix}/include 3includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
4 4
5Name: toxcore 5Name: toxcore
6Description: Tox protocol library 6Description: Tox protocol library