[hackers] [surf][PATCH 2/2] webext: use flags for gio-unix rather than gio

From: Petr Vaněk <arkamar_AT_atlas.cz>
Date: Fri, 21 Oct 2022 16:36:15 +0200

Newly used g_unix_fd_* set of functions is from gio-unix. This corrects
the flags appropriately.
---
 config.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk
index 2eb9fb0..cffe714 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -14,8 +14,8 @@ X11LIB = `pkg-config --libs x11`
 
 GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0`
 GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.0`
-WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
-WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
+WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-unix-2.0`
+WEBEXTLIBS = `pkg-config  --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-unix-2.0`
 
 # includes and libs
 INCS = $(X11INC) $(GTKINC)
-- 
2.37.3
Received on Fri Oct 21 2022 - 16:36:15 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 21 2022 - 17:24:34 CEST