From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BBE2158086 for ; Wed, 10 Nov 2021 07:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888DC2BC247; Wed, 10 Nov 2021 07:50:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3E4EB2BC247 for ; Wed, 10 Nov 2021 07:50:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 1C8BA342F9A for ; Wed, 10 Nov 2021 07:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759DD18E for ; Wed, 10 Nov 2021 07:50:45 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1636530639.d40a0bfa0f1fa774f9a683524e4eaa271d3cd9b4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/wayfire-0.7.2.ebuild gui-wm/wayfire/wayfire-9999.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d40a0bfa0f1fa774f9a683524e4eaa271d3cd9b4 X-VCS-Branch: master Date: Wed, 10 Nov 2021 07:50:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e201dc9-377c-4583-920b-fe5ed720c000 X-Archives-Hash: bb96af45ac7c57f5dba564dec8d19878 commit: d40a0bfa0f1fa774f9a683524e4eaa271d3cd9b4 Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 10 07:33:00 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 10 07:50:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40a0bfa gui-wm/wayfire: depend on dev-libs/wayland Signed-off-by: Joonas Niilola gentoo.org> gui-wm/wayfire/wayfire-0.7.2.ebuild | 1 + gui-wm/wayfire/wayfire-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild index 50b70ce184d..626f58c246e 100644 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild @@ -23,6 +23,7 @@ IUSE="debug +gles +system-wfconfig +system-wlroots X" DEPEND=" dev-libs/libevdev dev-libs/libinput + dev-libs/wayland gui-libs/gtk-layer-shell media-libs/glm media-libs/mesa:=[gles2,wayland,X?] diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index aa79e894749..440b7f5772c 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -23,6 +23,7 @@ IUSE="debug +gles +system-wfconfig +system-wlroots X" DEPEND=" dev-libs/libevdev dev-libs/libinput + dev-libs/wayland gui-libs/gtk-layer-shell media-libs/glm media-libs/mesa:=[gles2,wayland,X?]