bbada0c2ec
This update brings in a few build fixes only. In particular the one for EGL implementations which use oddball definitions of the EGLNativeDisplayType type might be needed for some configurations. Full release notes: https://wpewebkit.org/release/wpebackend-fdo-1.6.1.html Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
534 B
Makefile
16 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# wpebackend-fdo
|
|
#
|
|
################################################################################
|
|
|
|
WPEBACKEND_FDO_VERSION = 1.6.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 = libglib2 libwpe wayland
|
|
|
|
$(eval $(cmake-package))
|