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:
Charlie Turner 2020-04-06 18:42:04 +01:00 committed by Thomas Petazzoni
parent 4a9c25e96f
commit 8db28f15bb
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 = \