[Buildroot] [PATCH 2/3] package/cog: add wayland dependencies

Charlie Turner cturner at igalia.com
Mon Apr 6 17:16:23 UTC 2020


The always-built FDO backend relies on this.
---
 package/cog/Config.in | 2 ++
 package/cog/cog.mk    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/cog/Config.in b/package/cog/Config.in
index 6671405230..c20ee86827 100644
--- a/package/cog/Config.in
+++ b/package/cog/Config.in
@@ -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
diff --git a/package/cog/cog.mk b/package/cog/cog.mk
index dc287a8a16..763d6d9699 100644
--- a/package/cog/cog.mk
+++ b/package/cog/cog.mk
@@ -8,7 +8,7 @@ COG_VERSION = 0.4.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 = \
-- 
2.20.1




More information about the buildroot mailing list