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 667BA1382C5 for ; Sat, 17 Apr 2021 14:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD2E8E085B; Sat, 17 Apr 2021 14:44:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A6FFBE085B for ; Sat, 17 Apr 2021 14:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9244A340BB9 for ; Sat, 17 Apr 2021 14:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDED673 for ; Sat, 17 Apr 2021 14:44:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1618670653.24573b0a4f74201e83a85599748c9948799f0a32.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild X-VCS-Directories: gui-libs/egl-wayland/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 24573b0a4f74201e83a85599748c9948799f0a32 X-VCS-Branch: master Date: Sat, 17 Apr 2021 14:44:55 +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: 8f76b601-eef7-4bd8-849a-739b44fd33fd X-Archives-Hash: 51a9959f515e287ca2d1f28ac1ae19cb commit: 24573b0a4f74201e83a85599748c9948799f0a32 Author: Ionen Wolkens gmail com> AuthorDate: Sat Apr 17 14:44:13 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 17 14:44:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24573b0a gui-libs/egl-wayland: add compatibility info to postinst messages Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: David Seifert gentoo.org> gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild index 931329d094c..5592ca6a5cd 100644 --- a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild +++ b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild @@ -48,5 +48,13 @@ pkg_postinst() { elog "Can be accomplished by:" elog " echo 'options nvidia-drm modeset=1' > ${EROOT}/etc/modprobe.d/nvidia-drm.conf" elog "...then reloading the module." + elog + elog "Note that EGLStream requires support from the wayland compositor and" + elog "is not currently supported by many popular options such as gui-wm/sway." + fi + + if has_version "