Hi, thanks for the libwebkit-dev builds, extremely useful! I wanted to point out that the pkgconfig is missing from libwebkit-dev After I copy /WebKit/gtk/webkit-1.0.pc to /usr/lib/pkgconfig I can then build GtkLauncher with: gcc -o GtkLauncher `pkg-config --cflags --libs webkit-1.0` main.c