<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi Jeremy, Roberto, Teus,<br>
</p>
<p>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.</p>
<p>I have managed to fix the configure.ac like so:</p>
<p>PKG_CHECK_MODULES(WEBKIT, webkit2gtk-4.0 >= 2.18.3,,...)</p>
<p>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?</p>
<p>Thanks,<br>
</p>
<p>Matt<br>
</p>
</body>
</html>