package/cog: add missing libxkbcommon dependency
authorCharlie Turner <cturner@igalia.com>
Mon, 6 Apr 2020 17:42:03 +0000 (18:42 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 6 Apr 2020 19:35:07 +0000 (21:35 +0200)
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>
package/cog/Config.in
package/cog/cog.mk

index b25991d4ae0a9e01e192c12939ffb6e2bc5984d8..66714052309d00155f813166e6376f3b6d99d177 100644 (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
index 64e2277e3d53f73c781f9c7defe4b5122d406bd3..26ce79f91d87838057e09fa404f2597986dedf61 100644 (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 = \