Fixed build with GtkTextView as the HTML renderer

This commit is contained in:
Pierre Pronchery 2011-01-26 01:30:52 +00:00
parent 36f84fb0f1
commit 2dc806606c

View File

@ -29,8 +29,8 @@ type=binary
#cflags=`pkg-config --cflags libSystem libDesktop libgtkhtml-2.0 gnet-2.0`
#ldflags=`pkg-config --libs libSystem libDesktop libgtkhtml-2.0 gnet-2.0`
#cppflags=-D WITH_GTKTEXTVIEW
#cflags=`pkg-config --cflags libSystem libDesktop gnet-2.0`
#ldflags=`pkg-config --libs libSystem libDesktop gnet-2.0`
#cflags=`pkg-config --cflags libParser libDesktop gnet-2.0`
#ldflags=`pkg-config --libs libParser libDesktop gnet-2.0`
cppflags=-D WITH_WEBKIT
cflags=`pkg-config --cflags libSystem libDesktop webkit-1.0`
ldflags=`pkg-config --libs libSystem libDesktop webkit-1.0`