f627a6db3d
Update the package to version 1.2.1, which includes build fixes. Patch "0001-Improve-how-CMake-looks-for-wayland-scanner.patch" is now included and therefore can be removed from Buildroot. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
534 B
Makefile
16 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# wpebackend-fdo
|
|
#
|
|
################################################################################
|
|
|
|
WPEBACKEND_FDO_VERSION = 1.2.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))
|