From patchwork Mon Apr 6 17:42:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charlie Turner X-Patchwork-Id: 1266953 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.a=rsa-sha256 header.s=20170329 header.b=lIzYL8S7; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48wyYB1LMpz9sR4 for ; Tue, 7 Apr 2020 03:42:38 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B0EB487EC4; Mon, 6 Apr 2020 17:42:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V2PCj7mR5YZP; Mon, 6 Apr 2020 17:42:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1C3BE87F44; Mon, 6 Apr 2020 17:42:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C52A21BF59C for ; Mon, 6 Apr 2020 17:42:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C186085F58 for ; Mon, 6 Apr 2020 17:42:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48UZ-stimkzG for ; Mon, 6 Apr 2020 17:42:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4264485F87 for ; Mon, 6 Apr 2020 17:42:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=3jvSmEBvA1+XAnyoVUdrQNnOAjTE4Hkd0KZvIE9Q2eM=; b=lIzYL8S7c1hSvbzUsjg4iy9iea2qZBBDKMCJxSJJyKBcjfskLmJFCWpzkrK4zXCuoWqgvRAJEz7iACVH9F8A58ZqF5+LQewtyRfd5W7hwGv7UhIaYyBeC6l/RGCjwYFOG+TbWRfVaZDe6pe683M0t5xSHsMWmpVl/hM6m7mTPYDk4ud4Ch1pVFVC1TUq4iHPYextZiUF0CJuMSNuyqYg9pF3gOT2icbSUt0Cq0EozNBgq8ZTtcthn50lx8BxbNwIAaQ9toK2wcKqTspVcj30YiKrfsHpOpo48Ou8Jm/r3UDPEFtCse12zCI9iGACcf/qsm6+GpVRliGmg2X1v9GMpg==; Received: from 62-64-174-127.dynamic.dial.as9105.com ([62.64.174.127] helo=deimos.home) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim) id 1jLVlV-00024K-PR; Mon, 06 Apr 2020 19:42:29 +0200 From: Charlie Turner To: buildroot@buildroot.org Date: Mon, 6 Apr 2020 18:42:03 +0100 Message-Id: <20200406174205.25939-1-cturner@igalia.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH v2 1/3] package/cog: depend on libxkbcommon X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Adrian Perez de Castro , Charlie Turner Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The always-built FDO backend relies on this. Signed-off-by: Charlie Turner --- package/cog/Config.in | 1 + package/cog/cog.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/cog/Config.in b/package/cog/Config.in index b25991d4ae..6671405230 100644 --- a/package/cog/Config.in +++ b/package/cog/Config.in @@ -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 diff --git a/package/cog/cog.mk b/package/cog/cog.mk index 64e2277e3d..26ce79f91d 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -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 = \