package/cog: add missing libxkbcommon dependency

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:03 +01:00 committed by Thomas Petazzoni
parent 44e5da60b7
commit 4a9c25e96f
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ config BR2_PACKAGE_COG
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
depends on BR2_USE_MMU # dbus
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBXKBCOMMON
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
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo libxkbcommon
COG_LICENSE = MIT
COG_LICENSE_FILES = COPYING
COG_CONF_OPTS = \