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 358A3158041 for ; Sat, 9 Mar 2024 18:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 244CDE2A3C; Sat, 9 Mar 2024 18:58:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0D3DBE2A3C for ; Sat, 9 Mar 2024 18:58:45 +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 4545933BEB9 for ; Sat, 9 Mar 2024 18:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7341C14E3 for ; Sat, 9 Mar 2024 18:58:42 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1710010660.e465bad7a095c2b7ea09d3c24fb658d897af19a3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e465bad7a095c2b7ea09d3c24fb658d897af19a3 X-VCS-Branch: master Date: Sat, 9 Mar 2024 18:58:42 +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: a77acc79-0c98-4d18-ae28-374ab2c22365 X-Archives-Hash: e28e97763c2612cb85c26a3212cb721c commit: e465bad7a095c2b7ea09d3c24fb658d897af19a3 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 9 17:48:45 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 9 18:57:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e465bad7 x11-wm/mutter: dep and option updates for live ebuild libdisplay-info is useful (over mutters own old EDID parsing) for getting e.g. minimum refresh rates of VRR monitors, which will be useful for GNOME 46 experimental VRR support - so just always enable it now, while keeping it off in GNOME 45. Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/mutter/mutter-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index aeed10b04dac..0dc94ddab6d1 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -39,11 +39,11 @@ DEPEND=" x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] >=x11-libs/cairo-1.14[X] + >=x11-libs/pixman-0.42 >=dev-libs/fribidi-1.0.0 >=gnome-base/gsettings-desktop-schemas-42.0[introspection?] >=dev-libs/glib-2.75.1:2 gnome-base/gnome-settings-daemon - >=dev-libs/json-glib-0.12.0[introspection?] >=x11-libs/libxkbcommon-0.4.3 x11-libs/libICE >=app-accessibility/at-spi2-core-2.46:2[introspection?] @@ -52,6 +52,7 @@ DEPEND=" >=media-libs/lcms-2.6:2 >=media-libs/harfbuzz-2.6.0:= >=dev-libs/libei-1.0.901 + media-libs/libdisplay-info gnome? ( gnome-base/gnome-desktop:4= ) @@ -60,10 +61,10 @@ DEPEND=" media-libs/libglvnd[X] wayland? ( - >=dev-libs/wayland-protocols-1.32 - >=dev-libs/wayland-1.21.0 + >=dev-libs/wayland-protocols-1.33 + >=dev-libs/wayland-1.22 - x11-libs/libdrm + >=x11-libs/libdrm-2.4.95 media-libs/mesa[gbm(+)] >=dev-libs/libinput-1.19.0:= @@ -193,6 +194,7 @@ src_configure() { -Dtty_tests=false $(meson_use sysprof profiler) -Dinstalled_tests=false + -Dlibdisplay_info=enabled #verbose # Let upstream choose default for verbose mode #xwayland_path