From: Daniel Carl Date: Tue, 31 Jan 2017 22:37:57 +0000 (+0100) Subject: Set minimum webkit version to support to 2.3.5. X-Git-Url: https://git.owens.tech/git.owens.tech/git.owens.tech/git?a=commitdiff_plain;h=fa619c8886e78ac0108217f9884ed4ba1ad25a52;p=vimb.git 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. --- 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