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 EC2A715806E for ; Sat, 13 May 2023 17:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360D0E0858; Sat, 13 May 2023 17:06:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 140D7E0858 for ; Sat, 13 May 2023 17:06:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08D4E340D7D for ; Sat, 13 May 2023 17:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998F3920 for ; Sat, 13 May 2023 17:06:48 +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: <1683997605.f089c6b0803bab952864ab7b97ea268e195048cb.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-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: f089c6b0803bab952864ab7b97ea268e195048cb X-VCS-Branch: master Date: Sat, 13 May 2023 17:06:48 +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: b1be06b4-2dfb-4020-b300-db9baaa1c70e X-Archives-Hash: 8b551ffb6e8f61a603e8ed4f5c932dfd commit: f089c6b0803bab952864ab7b97ea268e195048cb Author: Matthew Thode gentoo org> AuthorDate: Sat May 13 17:06:08 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat May 13 17:06:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f089c6b0 gui-libs/wlroots: libdisplay-info is non-optional when using libdrm libdrm is statically enabled Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/metadata.xml | 1 - gui-libs/wlroots/wlroots-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml index 3d959b74fcc6..69cb7d4fc088 100644 --- a/gui-libs/wlroots/metadata.xml +++ b/gui-libs/wlroots/metadata.xml @@ -21,7 +21,6 @@ wlroots is developed under the direction of the gui-wm/sway project. - Enable support for EDID and DisplayID Use system hwdata Enable support for libliftoff kms plane backend Enable libseatd session support diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index ad439b8816b3..ec3331b0dc80 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -19,14 +19,14 @@ else fi LICENSE="MIT" -IUSE="display-info +hwdata liftoff +seatd tinywl +udev vulkan x11-backend xcb-errors X" +IUSE="+hwdata liftoff +seatd tinywl +udev vulkan x11-backend xcb-errors X" DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.22.0 >=dev-libs/wayland-protocols-1.28 media-libs/mesa[egl(+),gles2] - display-info? ( media-libs/libdisplay-info ) + media-libs/libdisplay-info hwdata? ( sys-apps/hwdata:= ) liftoff? ( dev-libs/libliftoff ) seatd? ( sys-auth/seatd:= )