Skip to content

Commit

Permalink
gui-libs/egl-wayland: add compatibility info to postinst messages
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
ionenwks authored and SoapGentoo committed Apr 17, 2021
1 parent 54827cc commit 24573b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<x11-drivers/nvidia-drivers-391"; then
ewarn "<=nvidia-drivers-390.xx may not work properly with this version of"
ewarn "egl-wayland, it is recommended to use nouveau drivers for wayland."
fi
}

0 comments on commit 24573b0

Please sign in to comment.