0f39a8ede2
The CMake based build system will be eventually removed by upstream so it seems like a good idea to switch over to Meson already before that happens. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
543 B
Makefile
16 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# wpebackend-fdo
|
|
#
|
|
################################################################################
|
|
|
|
WPEBACKEND_FDO_VERSION = 1.8.0
|
|
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))
|