download always need libSystem now

This commit is contained in:
Pierre Pronchery 2011-06-02 21:50:04 +00:00
parent 2be80bbd09
commit b35289c355

View File

@ -8,8 +8,8 @@ dist=Makefile,callbacks.h,common.h,download.h,ghtml.h,surfer.h,ghtml-gtkhtml.c,g
[download]
type=binary
#cflags=`pkg-config --cflags gtk+-2.0 gnet-2.0`
#ldflags=`pkg-config --libs gtk+-2.0 gnet-2.0`
#cflags=`pkg-config --cflags libSystem gtk+-2.0 gnet-2.0`
#ldflags=`pkg-config --libs libSystem gtk+-2.0 gnet-2.0`
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`