Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/
Date: Sat, 17 Apr 2021 14:45:00
Message-Id: 1618670653.24573b0a4f74201e83a85599748c9948799f0a32.soap@gentoo
1 commit: 24573b0a4f74201e83a85599748c9948799f0a32
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 17 14:44:13 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 14:44:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24573b0a
7
8 gui-libs/egl-wayland: add compatibility info to postinst messages
9
10 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
17 index 931329d094c..5592ca6a5cd 100644
18 --- a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
19 +++ b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
20 @@ -48,5 +48,13 @@ pkg_postinst() {
21 elog "Can be accomplished by:"
22 elog " echo 'options nvidia-drm modeset=1' > ${EROOT}/etc/modprobe.d/nvidia-drm.conf"
23 elog "...then reloading the module."
24 + elog
25 + elog "Note that EGLStream requires support from the wayland compositor and"
26 + elog "is not currently supported by many popular options such as gui-wm/sway."
27 + fi
28 +
29 + if has_version "<x11-drivers/nvidia-drivers-391"; then
30 + ewarn "<=nvidia-drivers-390.xx may not work properly with this version of"
31 + ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
32 fi
33 }