summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-09 19:18:45 +0100
committertastytea2020-01-09 19:18:45 +0100
commita395d0e7bf8f5dcfe4d23473e52b83b3dded969b (patch)
treecbe59d04c1ac402b48fa0614c388b51cc78ac80b
parent9bc1be8481473dcad18c2c420d3f388a8cb80c78 (diff)
downloadmastodonpp-a395d0e7bf8f5dcfe4d23473e52b83b3dded969b.tar
mastodonpp-a395d0e7bf8f5dcfe4d23473e52b83b3dded969b.tar.gz
mastodonpp-a395d0e7bf8f5dcfe4d23473e52b83b3dded969b.zip
Shorten the pkg-config file a bit.
-rw-r--r--pkg-config/mastodonpp.pc.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg-config/mastodonpp.pc.in b/pkg-config/mastodonpp.pc.in
index 49a4fde..d5aa215 100644
--- a/pkg-config/mastodonpp.pc.in
+++ b/pkg-config/mastodonpp.pc.in
@@ -1,10 +1,8 @@
-name=@PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
-Name: ${name}
+Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}