[webkit-gtk] how to use webkit-gtk with gtkmm3 ?
Nicolas Jäger
jagernicolas at legtux.org
Mon Jan 19 22:38:07 PST 2015
I found the problem, I was using the wrong pkg-config :
`pkg-config webkit-1.0 --libs --cflags`
instead it should be :
`pkg-config webkit2gtk-4.0 --libs --cflags`
More information about the webkit-gtk
mailing list