Skip to content

Commit 645a6b6

Browse files
committed
libwpe: Update to version 1.16.3, switch to Meson
This updates libwpe to version 1.16.3, which now supports using sending messages to the Android logd service.
1 parent de619d9 commit 645a6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/libwpe.recipe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
class Recipe(recipe.Recipe):
44
name = 'libwpe'
5-
version = '1.16.0'
5+
version = '1.16.3'
66
stype = SourceType.TARBALL
77
btype = BuildType.MESON
88
url = 'https://wpewebkit.org/releases/libwpe-{0}.tar.xz'.format(version)
9-
tarball_checksum = 'c7f3a3c6b3d006790d486dc7cceda2b6d2e329de07f33bc47dfc53f00f334b2a'
9+
tarball_checksum = 'c880fa8d607b2aa6eadde7d6d6302b1396ebc38368fe2332fa20e193c7ee1420'
1010
deps = ['xkbcommon']
1111
meson_options = {}
1212

0 commit comments

Comments
 (0)