From patchwork Thu May 27 13:35:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Perez de Castro X-Patchwork-Id: 1484629 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=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) 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=kA0F8mz2; dkim-atps=neutral Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FrTN50fGtz9s1l for ; Thu, 27 May 2021 23:35:33 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 107C240272; Thu, 27 May 2021 13:35:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vnGLoFSVDIhu; Thu, 27 May 2021 13:35:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 4B32E402D7; Thu, 27 May 2021 13:35:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9EAAA1BF381 for ; Thu, 27 May 2021 13:35:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8733083189 for ; Thu, 27 May 2021 13:35:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=igalia.com Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HEY3ZZHXEUud for ; Thu, 27 May 2021 13:35:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by smtp1.osuosl.org (Postfix) with ESMTPS id 8371483155 for ; Thu, 27 May 2021 13:35:23 +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=LtonNCjtHpgLg10NKvkc10LxsU0COe/3RBaVDcbNufc=; b=kA0F8mz2aNoKeInVoGSVmpI2UDVmI8wSWWYwQABbuvJFn3EzKVRtr2fKRU6FbsfRgBBthpDrsykWOZRH3FbRquuYCmBEEEKh95373mkhw2dZ7noB3NtkhmWgs6DafzF0mYBimhpsI8e/MVXcyUJaNw6uakyzT3LLvBjIkTOXN0G7TIXqovC4xsvSq5R3R+ihMv5XQht9VIZJeUOgmVHEok7+ufdjLYstivpC9qMEiuFrdOGFx5VRS94VmV0NqW2LIMdJKhHMnUOf69nZQoLJu8otU5ChpgrSwnwXZfZvlltBNa13PJwqcSrKtMrY3QwiPfQOX9N7LxWqzwt+R8kReQ==; Received: from 82-181-161-131.bb.dnainternet.fi ([82.181.161.131] helo=momiji) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1lmGAP-0004sP-Jq; Thu, 27 May 2021 15:35:17 +0200 Received: from localhost (momiji [local]) by momiji (OpenSMTPD) with ESMTPA id 0459b34d; Thu, 27 May 2021 13:35:03 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Thu, 27 May 2021 16:35:03 +0300 Message-Id: <20210527133503.412330-1-aperez@igalia.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH next 1/1] package/weston: enable libseat launcher if seatd is enabled 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: "Yann E . MORIN" , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Enable building Weston's libseat launcher, now that the seatd package is available. Signed-off-by: Adrian Perez de Castro --- package/weston/weston.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index f59963bf2e..6afc5e269c 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -25,6 +25,13 @@ else WESTON_CONF_OPTS += -Dsimple-clients= endif +ifeq ($(BR2_PACKAGE_SEATD),y) +WESTON_CONF_OPTS += -Dlauncher-libseat=true +WESTON_DEPENDENCIES += seatd +else +WESTON_CONF_OPTS += -Dlauncher-libseat=false +endif + ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy) WESTON_CONF_OPTS += -Dlauncher-logind=true WESTON_DEPENDENCIES += dbus systemd