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 EBAF4158020 for ; Sun, 27 Nov 2022 17:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB30E0978; Sun, 27 Nov 2022 17:46:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFC9FE097B for ; Sun, 27 Nov 2022 17:46:08 +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 BBFE73411E7 for ; Sun, 27 Nov 2022 17:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDFD1764 for ; Sun, 27 Nov 2022 17:46:05 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1669571162.c99c20b0762594baa2df6d2595c7f086906c7a4c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/metadata.xml gui-libs/wlroots/wlroots-0.16.0.ebuild gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: c99c20b0762594baa2df6d2595c7f086906c7a4c X-VCS-Branch: master Date: Sun, 27 Nov 2022 17:46:05 +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: 5f536c30-5e34-475c-9c36-5dafef004ec8 X-Archives-Hash: 9fc2dc94270c3963ea9e4c82e23aa7f5 commit: c99c20b0762594baa2df6d2595c7f086906c7a4c Author: Matthew Thode gentoo org> AuthorDate: Sun Nov 27 17:45:24 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Nov 27 17:46:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c20b0 gui-libs/wlroots: add hwdata use flag and make gbm optional Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/metadata.xml | 1 + gui-libs/wlroots/wlroots-0.16.0.ebuild | 9 +++++---- gui-libs/wlroots/wlroots-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml index d3b3b880db37..b517365e6da0 100644 --- a/gui-libs/wlroots/metadata.xml +++ b/gui-libs/wlroots/metadata.xml @@ -21,6 +21,7 @@ wlroots is developed under the direction of the gui-wm/sway project. + Use system hwdata Enable libseatd session support Install the minimal wayland client, tinywl Enable support for the vulkan backend renderer diff --git a/gui-libs/wlroots/wlroots-0.16.0.ebuild b/gui-libs/wlroots/wlroots-0.16.0.ebuild index d9c6b4603306..823b494fb8e6 100644 --- a/gui-libs/wlroots/wlroots-0.16.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.0.ebuild @@ -19,15 +19,16 @@ else fi LICENSE="MIT" -IUSE="tinywl vulkan x11-backend X" +IUSE="+hwdata +seatd tinywl +udev vulkan x11-backend X" DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.21.0 >=dev-libs/wayland-protocols-1.28 - media-libs/mesa[egl(+),gles2,gbm(+)] - sys-auth/seatd:= - virtual/libudev + media-libs/mesa[egl(+),gles2] + hwdata? ( sys-apps/hwdata:= ) + seatd? ( sys-auth/seatd:= ) + udev? ( virtual/libudev ) vulkan? ( dev-util/glslang:0= dev-util/vulkan-headers:0= diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index b396b8bae492..823b494fb8e6 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -19,13 +19,14 @@ else fi LICENSE="MIT" -IUSE="+seatd tinywl +udev vulkan x11-backend X" +IUSE="+hwdata +seatd tinywl +udev vulkan x11-backend X" DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.21.0 >=dev-libs/wayland-protocols-1.28 - media-libs/mesa[egl(+),gles2,gbm(+)] + media-libs/mesa[egl(+),gles2] + hwdata? ( sys-apps/hwdata:= ) seatd? ( sys-auth/seatd:= ) udev? ( virtual/libudev ) vulkan? (