-
Notifications
You must be signed in to change notification settings - Fork 347
WebGL support #7
Comments
Hello, |
So far this change does not work, settings used: And used many variations for the USE_WEBGL= line |
Uncomment line 21 in QupZilla.pro |
Uncommenting works, but no switch possible to automate this in the build? |
Well, I think I can do it the way you tried at first. |
Thanks for trying this. To have it in the repo's, and in a way all packagers can maintain/build this package, we try to have all variables defined in the PKGBUILD. |
Ok, |
I've tried every variation I could think of for this line, none I tried atually enabled webgl. |
Hi, Please run and now it must show USE_WEBGL in defines My system: It must work for you too. |
Yep, that did it, works great now, issue resolved. |
Thanks for this great browser, a really wonderful start. It is added to the repo's of the Chakra-project, and might become the default browser for this linux distribution.
One thing I did change though, is enable webgl for this build. Changed the code for this file:
https://github.com/nowrep/QupZilla/blob/master/src/app/qupzilla.cpp line 269
and added:
http://paste.kde.org/133219/
webgl works perfect with this (Chakra uses qt + a seperate build qtwebkit 2.2)
Hope fully this can be added to standard qupzilla.
The text was updated successfully, but these errors were encountered: