Przeglądaj źródła

package/cog: bump to version 0.18.5

This is a small bugfix release, mainly containing event handling fixes
for Wayland, and the possibility to explicitly configure the gamepad
support at build time.

Release notes:

  https://wpewebkit.org/release/cog-0.18.5.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Adrian Perez de Castro 1 miesiąc temu
rodzic
commit
3138c577f4
2 zmienionych plików z 8 dodań i 5 usunięć
  1. 4 4
      package/cog/cog.hash
  2. 4 1
      package/cog/cog.mk

+ 4 - 4
package/cog/cog.hash

@@ -1,7 +1,7 @@
-# From https://wpewebkit.org/releases/cog-0.18.4.tar.xz.sums
-md5  0566ab6676b499ebcff372fbe39e24fc  cog-0.18.4.tar.xz
-sha1  2d6f88cfb07eaac1be2bf9954832f19f8a856631  cog-0.18.4.tar.xz
-sha256  31d7079db2eeed790899d2f1f824dd6a54bf30d072d196d737be572f105d99b1  cog-0.18.4.tar.xz
+# From https://wpewebkit.org/releases/cog-0.18.5.tar.xz.sums
+md5  3df784f9930353ac4cb2d95fdd56e21d  cog-0.18.5.tar.xz
+sha1  49a79797fa4d0aa41680095161df7cdb155f8fe9  cog-0.18.5.tar.xz
+sha256  0ede9d09ab635ac519beec0543378e3fc51b56561a5fb7aa9c0cbca54c31b97c  cog-0.18.5.tar.xz
 
 # Hashes for license files:
 sha256  e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252  COPYING

+ 4 - 1
package/cog/cog.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-COG_VERSION = 0.18.4
+COG_VERSION = 0.18.5
 COG_SITE = https://wpewebkit.org/releases
 COG_SOURCE = cog-$(COG_VERSION).tar.xz
 COG_INSTALL_STAGING = YES
@@ -45,7 +45,10 @@ COG_CONF_OPTS += -Dcog_dbus_control=user
 endif
 
 ifeq ($(BR2_PACKAGE_LIBMANETTE),y)
+COG_CONF_OPTS += -Dlibmanette=enabled
 COG_DEPENDENCIES += libmanette
+else
+COG_CONF_OPTS += -Dlibmanette=disabled
 endif
 
 $(eval $(meson-package))