b2e85cf0c0
This minor release fixes an issue which would cause applications using wpewebkit and webkitgtk freeze under certain conditions during normal browsing. Release notes: https://wpewebkit.org/release/wpebackend-fdo-1.8.3.html Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
543 B
Makefile
16 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# wpebackend-fdo
|
|
#
|
|
################################################################################
|
|
|
|
WPEBACKEND_FDO_VERSION = 1.8.3
|
|
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))
|