Hi Jeremy, Roberto, Teus,

Thank you for your help. I have taken over the development on this project, though I will admit I'm not much of a developer :-) Thus what I say below may seem very unlearned. Any guidance you can provide will be received gratefully on my part.

I have managed to fix the configure.ac like so:

PKG_CHECK_MODULES(WEBKIT, webkit2gtk-4.0 >= 2.18.3,,...)

However, in the WEBKIT_LIBS in the Makefile, configure now includes -lgtk-3 -lgdk-3. Right now our package is running on gtk2, and I didn't anticipate upgrading both webkit and gtk at the same time. I was hoping to do webkit first, and then sometime later the gtk. Is that approach possible, or should I just bite the bullet now and upgrade both dependencies?

Thanks,

Matt

Reply via email to