package/cog: add wayland dependencies
The always-built FDO backend relies on this. Signed-off-by: Charlie Turner <cturner@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4a9c25e96f
commit
8db28f15bb
@ -9,6 +9,8 @@ config BR2_PACKAGE_COG
|
||||
depends on BR2_USE_MMU # dbus
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_LIBXKBCOMMON
|
||||
select BR2_PACKAGE_WAYLAND
|
||||
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
||||
help
|
||||
Single "window" launcher for the WebKit WPE port, and
|
||||
helper library for implementing WPE launcher. It does
|
||||
|
@ -8,7 +8,7 @@ COG_VERSION = 0.6.0
|
||||
COG_SITE = https://wpewebkit.org/releases
|
||||
COG_SOURCE = cog-$(COG_VERSION).tar.xz
|
||||
COG_INSTALL_STAGING = YES
|
||||
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo libxkbcommon
|
||||
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo libxkbcommon wayland wayland-protocols
|
||||
COG_LICENSE = MIT
|
||||
COG_LICENSE_FILES = COPYING
|
||||
COG_CONF_OPTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user