projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb9d54
)
Set minimum webkit version to support to 2.3.5.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 31 Jan 2017 22:37:57 +0000
(23:37 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 31 Jan 2017 22:37:57 +0000
(23:37 +0100)
This version allowed to initialize the webextension with user data which
is essential to setup the dbus connection.
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
2bf9eed
..
c445f5a
100644
(file)
--- 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