projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e097c
)
Adapt the min webkit version in config.mk #513.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 26 Aug 2018 19:16:19 +0000
(21:16 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 26 Aug 2018 19:18:07 +0000
(21:18 +0200)
This patch fixes missed version from #415.
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
4e7f5e2
..
4274f43
100644
(file)
--- 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")