diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/libwpe_1.4.0.1.bb | 15 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | 15 |
3 files changed, 31 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb b/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb new file mode 100644 index 0000000000..346ca9b1d8 --- /dev/null +++ b/meta/recipes-sato/webkit/libwpe_1.4.0.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit." | ||
2 | HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe" | ||
3 | BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues" | ||
4 | |||
5 | LICENSE = "BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" | ||
7 | DEPENDS = "virtual/egl libxkbcommon" | ||
8 | |||
9 | # Workaround build issue with RPi userland EGL libraries. | ||
10 | CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" | ||
11 | |||
12 | inherit cmake | ||
13 | |||
14 | SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" | ||
15 | SRC_URI[sha256sum] = "09849dfb34877354f34f318e138971cf22e677b2179e1f0a8ea00ab0b7bd8e9b" | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index 153bc8db11..585723772e 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | |||
@@ -44,7 +44,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ | |||
44 | libsecret \ | 44 | libsecret \ |
45 | " | 45 | " |
46 | 46 | ||
47 | PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND_TARGET=ON,-DENABLE_WAYLAND_TARGET=OFF,wayland" | 47 | PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND_TARGET=ON,-DENABLE_WAYLAND_TARGET=OFF,wayland libwpe wpebackend-fdo wayland-native" |
48 | PACKAGECONFIG[x11] = "-DENABLE_X11_TARGET=ON,-DENABLE_X11_TARGET=OFF,virtual/libx11" | 48 | PACKAGECONFIG[x11] = "-DENABLE_X11_TARGET=ON,-DENABLE_X11_TARGET=OFF,virtual/libx11" |
49 | PACKAGECONFIG[geoclue] = "-DENABLE_GEOLOCATION=ON,-DENABLE_GEOLOCATION=OFF,geoclue" | 49 | PACKAGECONFIG[geoclue] = "-DENABLE_GEOLOCATION=ON,-DENABLE_GEOLOCATION=OFF,geoclue" |
50 | PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant2" | 50 | PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant2" |
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb new file mode 100644 index 0000000000..7db5806d9d --- /dev/null +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "WPE's backend based on a freedesktop.org stack." | ||
2 | HOMEPAGE = "https://github.com/Igalia/WPEBackend-fdo" | ||
3 | BUGTRACKER = "https://github.com/Igalia/WPEBackend-fdo/issues" | ||
4 | |||
5 | LICENSE = "BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66" | ||
7 | DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe" | ||
8 | |||
9 | DEPENDS_append_class-target = " wayland-native" | ||
10 | |||
11 | inherit cmake | ||
12 | |||
13 | SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" | ||
14 | SRC_URI[sha256sum] = "6249a0b7cbfa662206a8d2fa24e2c574e75c681ad0e93468091f1dc68ddb299d" | ||
15 | |||