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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCF0E138334 for ; Sat, 17 Aug 2019 18:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020C5E0784; Sat, 17 Aug 2019 18:30:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE666E0784 for ; Sat, 17 Aug 2019 18:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF243499B3 for ; Sat, 17 Aug 2019 18:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF118471 for ; Sat, 17 Aug 2019 18:30:14 +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: <1566066589.787579c7170fc9614ae9c7c41cccc95d34247d3d.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-3.30.2-r1.ebuild x11-wm/mutter/mutter-3.30.2-r3.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 787579c7170fc9614ae9c7c41cccc95d34247d3d X-VCS-Branch: master Date: Sat, 17 Aug 2019 18:30:14 +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: b370c8dd-965f-430c-ac56-3ac7a2098e60 X-Archives-Hash: 279070bea686ff5301e8e03cd6825d56 commit: 787579c7170fc9614ae9c7c41cccc95d34247d3d Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 17 18:29:38 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Aug 17 18:29:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787579c7 x11-wm/mutter: be explicit about pipewire disabling The autotools AC_ARG_ENABLE usage bug was fixed long ago upstream, so we can be explicit about the disabling now to avoid confusion. Though autotools never got automagic behaviour for it - it got ported to meson for 3.32 first - so it makes no practical difference. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/mutter/mutter-3.30.2-r1.ebuild | 3 ++- x11-wm/mutter/mutter-3.30.2-r3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/mutter/mutter-3.30.2-r1.ebuild b/x11-wm/mutter/mutter-3.30.2-r1.ebuild index c0fa10f52b9..bd9ea4cb462 100644 --- a/x11-wm/mutter/mutter-3.30.2-r1.ebuild +++ b/x11-wm/mutter/mutter-3.30.2-r1.ebuild @@ -111,7 +111,7 @@ src_prepare() { } src_configure() { - # TODO: pipewire remote desktop support; --disable-remote-desktop actually enables it due to upstream autotools bug in 3.26.2 (omitted means disabled) + # TODO: pipewire remote desktop support # TODO: nvidia EGLDevice support # TODO: elogind vs systemd is automagic in 3.28.3 - if elogind is found, it's used instead of systemd; but not a huge problem as elogind package blocks systemd package # TODO: lack of --with-xwayland-grab-default-access-rules relies on default settings, but in Gentoo we might have some more packages we want to give Xgrab access (mostly virtual managers and remote desktops) @@ -130,6 +130,7 @@ src_configure() { --enable-xlib-egl-platform \ --with-default-driver=gl \ --with-libcanberra \ + --disable-remote-desktop \ $(usex debug --enable-debug=yes "") \ $(use_enable gles2) \ $(use_enable gles2 cogl-gles2) \ diff --git a/x11-wm/mutter/mutter-3.30.2-r3.ebuild b/x11-wm/mutter/mutter-3.30.2-r3.ebuild index 5b88d60c9a8..a6b546ea6ad 100644 --- a/x11-wm/mutter/mutter-3.30.2-r3.ebuild +++ b/x11-wm/mutter/mutter-3.30.2-r3.ebuild @@ -111,7 +111,7 @@ src_prepare() { } src_configure() { - # TODO: pipewire remote desktop support; --disable-remote-desktop actually enables it due to upstream autotools bug in 3.26.2 (omitted means disabled) + # TODO: pipewire remote desktop support # TODO: nvidia EGLDevice support # TODO: elogind vs systemd is automagic in 3.28.3 - if elogind is found, it's used instead of systemd; but not a huge problem as elogind package blocks systemd package # TODO: lack of --with-xwayland-grab-default-access-rules relies on default settings, but in Gentoo we might have some more packages we want to give Xgrab access (mostly virtual managers and remote desktops) @@ -130,6 +130,7 @@ src_configure() { --enable-xlib-egl-platform \ --with-default-driver=gl \ --with-libcanberra \ + --disable-remote-desktop \ $(usex debug --enable-debug=yes "") \ $(use_enable gles2) \ $(use_enable gles2 cogl-gles2) \