Introduction
Introduction Statistics Contact Development Disclaimer Help
webext: Fix missing flags for gio - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 262c3ee24ac6b51a6100fafbd554d228e03eca81
parent 55c65b21f6d94f4042d222f8bde46e1555108c66
Author: Quentin Rameau <[email protected]>
Date: Sat, 7 Nov 2020 15:31:55 +0100
webext: Fix missing flags for gio
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -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`
-WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0`
+WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 g…
+WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gi…
# includes and libs
INCS = $(X11INC) $(GTKINC)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.