summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* webkit-gtk: Fix rpi egl/gles2 flag appending logicMart Raudsepp2015-02-251-3/+3
| | | | | | | It checks for egl libraries with USE=egl too in configure, not just when USE=webgl is given. As they are force coupled with rpi, append the flags when either egl or gles2 USE flags are given (though REQUIRED_USE mostly takes care of it too, iirc).
* Add net-libs/webkit-gtk that merges on Raspberry PiMart Raudsepp2015-02-1813-0/+629
The append-ldflags part is untested, as due to the compile times after a failure had to add it manually. Ought to work though, let me know if not. USE=rpi is used to pick up rpi-userland gles2/egl together with USE=webgl, which actually also enables accelerated compositing.. As newer version does not support building without accelerated compositing, and with that a GL implementation will be mandatory, no point in introducing new USE flags in an overlay to separate webgl and AC. metadata.xml is updated here, though