From: Adrian Perez de Castro Date: Sun, 12 Sep 2021 09:28:55 +0000 (+0300) Subject: package/cog: bump to version 0.10.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59a19eb4c877067ec0db4eeed091f9bddccdd667;p=buildroot.git package/cog: bump to version 0.10.1 Update to version 0.10.1, which fixes the build when the DRM platform module is enabled, fixes handling of absolute pointer events, and makes the headless platform optional. Although the headless platform is optional, Buildroot keeps it enabled unconditionally (as previously) because the wpebackend-fdo dependency is always needed anyway because Buildroot does not include any other WPE backend. Release notes: https://wpewebkit.org/release/cog-0.10.1.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/cog/cog.hash b/package/cog/cog.hash index 566d30fa2a..3abc5f2c83 100644 --- a/package/cog/cog.hash +++ b/package/cog/cog.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/cog-0.10.0.tar.xz.sums -md5 1b0407b6163a3a01afdfc0fb454a7570 cog-0.10.0.tar.xz -sha1 911816c00a2b08f4cfd388b1d2e176835c9b4e9e cog-0.10.0.tar.xz -sha256 2c72369c636ca4684370adad1344071b23c9ee2c851eb7d738fa2e1d7092031f cog-0.10.0.tar.xz +# From https://wpewebkit.org/releases/cog-0.10.1.tar.xz.sums +md5 b997da3c143bc34ec5e953eb7e7ccefc cog-0.10.1.tar.xz +sha1 f25312141de918f41add3e3c9984faa985cda0a9 cog-0.10.1.tar.xz +sha256 aecf546d7b0645119d79559c5574cb5eb68364fc8409dfbd47a4920bd1f221bc cog-0.10.1.tar.xz # Hashes for license files: sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING diff --git a/package/cog/cog.mk b/package/cog/cog.mk index d373e6e1b6..07b8e245ef 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -4,7 +4,7 @@ # ################################################################################ -COG_VERSION = 0.10.0 +COG_VERSION = 0.10.1 COG_SITE = https://wpewebkit.org/releases COG_SOURCE = cog-$(COG_VERSION).tar.xz COG_INSTALL_STAGING = YES @@ -13,6 +13,7 @@ COG_LICENSE = MIT COG_LICENSE_FILES = COPYING COG_CONF_OPTS = \ -DCOG_BUILD_PROGRAMS=ON \ + -DCOG_PLATFORM_HEADLESS=ON \ -DCOG_WESTON_DIRECT_DISPLAY=OFF \ -DINSTALL_MAN_PAGES=OFF \ -DCOG_HOME_URI='$(call qstrip,$(BR2_PACKAGE_COG_PROGRAMS_HOME_URI))'