Skip to content

Commit

Permalink
webkitgtk: update 2.18 branch and fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alberto Lopez Perez <[email protected]>
  • Loading branch information
clopez committed Jan 9, 2018
1 parent e99b732 commit e9f5120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When creating an image with with WebkitGTK+, take into account:
source code of the recipe to see all the ones available. For example, for enabling
WebGL support you can add the following to your conf/local.conf file:

PACKAGECONFIG_pn-webkitgtk = "x11 webgl"
PACKAGECONFIG_pn-webkitgtk = "x11 opengl webgl"

* Add the following lines to your conf/local.conf file (for building the X11 backend of WebKitGTK+) :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ DEPENDS += " libgcrypt gettext-native glib-2.0-native"

SRC_URI = "\
https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \
file://GTK-Fails-to-build-because-Float32Array-has-not-been.patch \
file://Add-a-switch-to-start-the-mini-browser-in-full-s.patch \
"

SRC_URI[md5sum] = "10d86dd5a5b68875654cc38af139f382"
SRC_URI[sha256sum] = "b583e46a3de36a3e80ba33b084ead60512a2046aca01ff61e50e519436e5038d"
SRC_URI[md5sum] = "c4686971eac2760bab685e21ac8849be"
SRC_URI[sha256sum] = "87b6bb9a6065b949ecbe6191313c43e57ad28efdf1f2b5e763405093520632b8"

PACKAGECONFIG ?= "x11 opengl gles2 webcrypto gst_gl"
PACKAGECONFIG[webcrypto] = "-DENABLE_WEB_CRYPTO=ON,-DENABLE_WEB_CRYPTO=OFF,libgcrypt libtasn1"
Expand Down

0 comments on commit e9f5120

Please sign in to comment.