package/cog: add wayland dependencies
authorCharlie Turner <cturner@igalia.com>
Mon, 6 Apr 2020 17:42:04 +0000 (18:42 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 6 Apr 2020 19:35:17 +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 66714052309d00155f813166e6376f3b6d99d177..c20ee868278e02a77b8e2dcc2a5ed2b994b510ae 100644 (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
index 26ce79f91d87838057e09fa404f2597986dedf61..c6fae34a652fd74c08bc6e9406f9293b7b28722e 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 libxkbcommon
+COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo libxkbcommon wayland wayland-protocols
 COG_LICENSE = MIT
 COG_LICENSE_FILES = COPYING
 COG_CONF_OPTS = \