f91b7d1a50
This is a new major release, to be used along with WPE WebKit 2.26.0 as per the compatibility matrix: https://wpewebkit.org/release/schedule/#compatible-components The release includes experimental support for DRM/KMS output, which is explicitly disabled at the moment. The complete release notes are available at: https://wpewebkit.org/release/cog-0.4.0.html Starting with the 0.4.x series, Cog is available directly from the main WPE WebKit site, and this COG_SITE is changd accordingly. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
587 B
Makefile
21 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# cog
|
|
#
|
|
################################################################################
|
|
|
|
COG_VERSION = 0.4.0
|
|
COG_SITE = https://wpewebkit.org/releases
|
|
COG_SOURCE = cog-$(COG_VERSION).tar.xz
|
|
COG_INSTALL_STAGING = YES
|
|
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
|
|
COG_LICENSE = MIT
|
|
COG_LICENSE_FILES = COPYING
|
|
COG_CONF_OPTS = \
|
|
-DCOG_BUILD_PROGRAMS=ON \
|
|
-DCOG_PLATFORM_FDO=ON \
|
|
-DCOG_PLATFORM_DRM=OFF \
|
|
-DCOG_HOME_URI='$(call qstrip,$(BR2_PACKAGE_COG_PROGRAMS_HOME_URI))'
|
|
|
|
$(eval $(cmake-package))
|