kumquat-buildroot/package/wpebackend-fdo/wpebackend-fdo.mk
Adrian Perez de Castro 30c1aa539b package/wpebackend-fdo: bump to version 1.12.1
This minor release fixes a crash. Release notes:

  https://wpewebkit.org/release/wpebackend-fdo-1.12.1.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-08-27 15:41:26 +02:00

16 lines
544 B
Makefile

################################################################################
#
# wpebackend-fdo
#
################################################################################
WPEBACKEND_FDO_VERSION = 1.12.1
WPEBACKEND_FDO_SITE = https://wpewebkit.org/releases
WPEBACKEND_FDO_SOURCE = wpebackend-fdo-$(WPEBACKEND_FDO_VERSION).tar.xz
WPEBACKEND_FDO_INSTALL_STAGING = YES
WPEBACKEND_FDO_LICENSE = BSD-2-Clause
WPEBACKEND_FDO_LICENSE_FILES = COPYING
WPEBACKEND_FDO_DEPENDENCIES = libepoxy libglib2 libwpe wayland
$(eval $(meson-package))