Build with Gtk+ 3 by default
This commit is contained in:
parent
25c0c33f33
commit
a38e749a51
|
@ -10,10 +10,10 @@ 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
|
||||
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
|
||||
#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
|
||||
sources=download.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
@ -33,10 +33,10 @@ type=binary
|
|||
#cflags=`pkg-config --cflags libParser libDesktop gnet-2.0`
|
||||
#ldflags=`pkg-config --libs libParser libDesktop gnet-2.0` -lintl
|
||||
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
|
||||
#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
|
||||
sources=surfer.c,ghtml.c,callbacks.c,main.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
|
|
@ -27,11 +27,11 @@ type=binary
|
|||
#cflags=`pkg-config --cflags libParser gnet-2.0`
|
||||
#ldflags=`pkg-config --libs libParser gnet-2.0`
|
||||
#WebKit/Gtk+ 2
|
||||
cflags=`pkg-config --cflags webkit-1.0`
|
||||
ldflags=`pkg-config --libs webkit-1.0`
|
||||
#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`
|
||||
sources=ghtml-helper.c,helper.c,helper-main.c
|
||||
install=$(BINDIR)
|
||||
|
||||
|
@ -64,11 +64,11 @@ type=binary
|
|||
#cflags=`pkg-config --cflags libParser gnet-2.0`
|
||||
#ldflags=`pkg-config --libs libParser gnet-2.0` $(OBJDIR)ghtml-helper.o
|
||||
#WebKit/Gtk+ 2
|
||||
cflags=`pkg-config --cflags webkit-1.0`
|
||||
ldflags=`pkg-config --libs webkit-1.0` $(OBJDIR)ghtml-helper.o
|
||||
#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
|
||||
depends=$(OBJDIR)ghtml-helper.o
|
||||
sources=htmlapp.c
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user