From: Daniel Carl Date: Sun, 26 Aug 2018 19:16:19 +0000 (+0200) Subject: Adapt the min webkit version in config.mk #513. X-Git-Url: https://git.owens.tech/assets/me.png/assets/me.png/git?a=commitdiff_plain;h=f72c3206855ebc50eac9d3c1f8b87b4fa61bfa5e;p=vimb.git Adapt the min webkit version in config.mk #513. This patch fixes missed version from #415. --- diff --git a/config.mk b/config.mk index 4e7f5e2..4274f43 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ SRCDIR = src DOCDIR = doc # used libs -LIBS = gtk+-3.0 'webkit2gtk-4.0 >= 2.3.5' +LIBS = gtk+-3.0 'webkit2gtk-4.0 >= 2.8.0' COMMIT := $(shell git describe --tags --always 2> /dev/null || echo "unknown")