summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2018-08-26 21:16:19 +0200
committerDaniel Carl <danielcarl@gmx.de>2018-08-26 21:18:07 +0200
commitf72c3206855ebc50eac9d3c1f8b87b4fa61bfa5e (patch)
treeaa52012a372de8b0e216cd766411a49a8600b2be /config.mk
parent26e097c907ea53ec519b0aa9f9ba51dc5fdb5c0c (diff)
Adapt the min webkit version in config.mk #513.
This patch fixes missed version from #415.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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")