From fa619c8886e78ac0108217f9884ed4ba1ad25a52 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Tue, 31 Jan 2017 23:37:57 +0100 Subject: [PATCH] Set minimum webkit version to support to 2.3.5. This version allowed to initialize the webextension with user data which is essential to setup the dbus connection. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2bf9eed..c445f5a 100644 --- a/config.mk +++ b/config.mk @@ -14,7 +14,7 @@ DOCDIR = doc SUBDIRS = $(SRCDIR)/scripts $(SRCDIR)/webextension $(SRCDIR) # used libs -LIBS = gtk+-3.0 webkit2gtk-4.0 +LIBS = gtk+-3.0 'webkit2gtk-4.0 >= 2.3.5' # setup general used CFLAGS CFLAGS += -std=c99 -pipe -Wall -- 2.20.1