From f014c22bbb1e5dd857d6e47c5acf5f58fc28cecf Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 8 Jun 2021 17:44:04 +0200 Subject: Port to libsoup3 --- rest.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest.pc.in') 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 -- cgit v1.2.1