Default to WebKit 2
This commit is contained in:
parent
abac6b69be
commit
a6a64ff510
|
@ -9,14 +9,14 @@ dist=Makefile,callbacks.h,common.h,download.h,ghtml.h,surfer.h,ghtml-gtkhtml.c,g
|
|||
type=binary
|
||||
#cflags=`pkg-config --cflags libSystem gtk+-2.0 gnet-2.0`
|
||||
#ldflags=`pkg-config --libs libSystem gtk+-2.0 gnet-2.0` -lintl
|
||||
cppflags=-D WITH_WEBKIT
|
||||
#cppflags=-D WITH_WEBKIT
|
||||
#cflags=`pkg-config --cflags libSystem gtk+-2.0 webkit-1.0`
|
||||
#ldflags=`pkg-config --libs libSystem gtk+-2.0 webkit-1.0` -lintl
|
||||
cflags=`pkg-config --cflags libSystem gtk+-x11-3.0 webkitgtk-3.0`
|
||||
ldflags=`pkg-config --libs libSystem gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||
#cppflags=-D WITH_WEBKIT2
|
||||
#cflags=`pkg-config --cflags libSystem gtk+-x11-3.0 webkit2gtk-4.0`
|
||||
#ldflags=`pkg-config --libs libSystem gtk+-x11-3.0 webkit2gtk-4.0` -lintl
|
||||
#cflags=`pkg-config --cflags libSystem gtk+-x11-3.0 webkitgtk-3.0`
|
||||
#ldflags=`pkg-config --libs libSystem gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||
cppflags=-D WITH_WEBKIT2
|
||||
cflags=`pkg-config --cflags libSystem gtk+-x11-3.0 webkit2gtk-4.0`
|
||||
ldflags=`pkg-config --libs libSystem gtk+-x11-3.0 webkit2gtk-4.0` -lintl
|
||||
sources=download.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
@ -35,14 +35,14 @@ type=binary
|
|||
#cppflags=-D WITH_GTKTEXTVIEW
|
||||
#cflags=`pkg-config --cflags libParser libDesktop gnet-2.0`
|
||||
#ldflags=`pkg-config --libs libParser libDesktop gnet-2.0` -lintl
|
||||
cppflags=-D WITH_WEBKIT
|
||||
#cppflags=-D WITH_WEBKIT
|
||||
#cflags=`pkg-config --cflags libDesktop webkit-1.0`
|
||||
#ldflags=`pkg-config --libs libDesktop webkit-1.0` -lintl
|
||||
cflags=`pkg-config --cflags libDesktop webkitgtk-3.0`
|
||||
ldflags=`pkg-config --libs libDesktop webkitgtk-3.0` -lintl
|
||||
#cppflags=-D WITH_WEBKIT2
|
||||
#cflags=`pkg-config --cflags libDesktop webkit2gtk-4.0`
|
||||
#ldflags=`pkg-config --libs libDesktop webkit2gtk-4.0` -lintl
|
||||
#cflags=`pkg-config --cflags libDesktop webkitgtk-3.0`
|
||||
#ldflags=`pkg-config --libs libDesktop webkitgtk-3.0` -lintl
|
||||
cppflags=-D WITH_WEBKIT2
|
||||
cflags=`pkg-config --cflags libDesktop webkit2gtk-4.0`
|
||||
ldflags=`pkg-config --libs libDesktop webkit2gtk-4.0` -lintl
|
||||
sources=surfer.c,ghtml.c,callbacks.c,main.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
|
|
@ -30,11 +30,11 @@ type=binary
|
|||
#cflags=`pkg-config --cflags webkit-1.0`
|
||||
#ldflags=`pkg-config --libs webkit-1.0`
|
||||
#WebKit/Gtk+ 3
|
||||
cflags=`pkg-config --cflags webkitgtk-3.0`
|
||||
ldflags=`pkg-config --libs webkitgtk-3.0`
|
||||
#cflags=`pkg-config --cflags webkitgtk-3.0`
|
||||
#ldflags=`pkg-config --libs webkitgtk-3.0`
|
||||
#WebKit2
|
||||
#cflags=`pkg-config --cflags webkit2gtk-4.0`
|
||||
#ldflags=`pkg-config --libs webkit2gtk-4.0`
|
||||
cflags=`pkg-config --cflags webkit2gtk-4.0`
|
||||
ldflags=`pkg-config --libs webkit2gtk-4.0`
|
||||
sources=ghtml-helper.c,helper.c,helper-main.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
@ -72,11 +72,11 @@ type=binary
|
|||
#cflags=`pkg-config --cflags webkit-1.0`
|
||||
#ldflags=`pkg-config --libs webkit-1.0` $(OBJDIR)ghtml-helper.o
|
||||
#WebKit/Gtk+ 3
|
||||
cflags=`pkg-config --cflags webkitgtk-3.0`
|
||||
ldflags=`pkg-config --libs webkitgtk-3.0` $(OBJDIR)ghtml-helper.o
|
||||
#cflags=`pkg-config --cflags webkitgtk-3.0`
|
||||
#ldflags=`pkg-config --libs webkitgtk-3.0` $(OBJDIR)ghtml-helper.o
|
||||
#WebKit2
|
||||
#cflags=`pkg-config --cflags webkit2gtk-4.0`
|
||||
#ldflags=`pkg-config --libs webkit2gtk-4.0` $(OBJDIR)ghtml-helper.o
|
||||
cflags=`pkg-config --cflags webkit2gtk-4.0`
|
||||
ldflags=`pkg-config --libs webkit2gtk-4.0` $(OBJDIR)ghtml-helper.o
|
||||
depends=$(OBJDIR)ghtml-helper.o
|
||||
sources=htmlapp.c
|
||||
install=$(BINDIR)
|
||||
|
@ -85,6 +85,6 @@ install=$(BINDIR)
|
|||
#cppflags=-D WITH_GTKMOZEMBED
|
||||
#cppflags=-D WITH_GTKHTML
|
||||
#cppflags=-D WITH_GTKTEXTVIEW
|
||||
cppflags=-D WITH_WEBKIT
|
||||
#cppflags=-D WITH_WEBKIT2
|
||||
#cppflags=-D WITH_WEBKIT
|
||||
cppflags=-D WITH_WEBKIT2
|
||||
depends=../src/common/find.c,../src/surfer.h,../config.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user