summaryrefslogtreecommitdiff
path: root/rest.pc.in
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-06-08 17:44:04 +0200
committerCarlos Garcia Campos <cgarcia@igalia.com>2021-06-09 13:53:29 +0200
commit3dc630ae5b9dc6cda1ba318de2cd654aaba7b4a2 (patch)
tree25853ed19257d0a46972e85cf6c880e49a02006f /rest.pc.in
parentd39fd6d5f4c0a63cc048b84b0f989cb83f31e5fe (diff)
downloadlibrest-3dc630ae5b9dc6cda1ba318de2cd654aaba7b4a2.tar.gz
Port to libsoup3carlosgc/libsoup3
Diffstat (limited to 'rest.pc.in')
-rw-r--r--rest.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest.pc.in b/rest.pc.in
index 94c384b..e6bae3e 100644
--- a/rest.pc.in
+++ b/rest.pc.in
@@ -9,4 +9,4 @@ Description: RESTful web api query library
Version: @VERSION@
Libs: -L${libdir} -lrest-${apiversion}
Cflags: -I${includedir}/rest-${apiversion}
-Requires: glib-2.0 libsoup-2.4 libxml-2.0
+Requires: glib-2.0 libsoup-@SOUP_API_VERSION@ libxml-2.0