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:
parent
44e5da60b7
commit
4a9c25e96f
@ -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
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user