binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

libproxy should build against webkitgtk-3.0 #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
using libproxy-0.4.6 and building against webkit.
This builds against webkit-1.0

As everyone is moving to gtk+3.0, libproxy should be built against a webkit 
that was built against gtk+3.0 too.

See attached patch

Original issue reported on code.google.com by benedikt...@googlemail.com on 15 Feb 2011 at 4:10

Attachments:

GoogleCodeExporter commented 9 years ago
This is certainly something we will have to look, but as it's 'linking issue' 
only, I'd prefer to at least have a cmake parameter to specify (so distros can 
choose what they see fit).

Original comment by dominiqu...@gmail.com on 15 Feb 2011 at 6:46

GoogleCodeExporter commented 9 years ago
Would this be a better solution?
As far as I know, you can't link both in the same binary.

Original comment by benedikt...@googlemail.com on 15 Feb 2011 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago
commited as r793 (with default being libwebkit, as it used to be... simple 
enough to switch by distributions and also as a different standard later on)

Original comment by dominiqu...@gmail.com on 29 Mar 2011 at 6:51