mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-base/xorg-server: Block on nvidia-drivers[-libglvnd]
If nvidia-drivers are installed without libglvnd support, the Xserver will fail to build. Closes: https://bugs.gentoo.org/711780 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -19,6 +19,7 @@ IUSE="${IUSE_SERVERS} debug elogind ipv6 libressl +libglvnd minimal selinux +sui
|
||||
CDEPEND="libglvnd? (
|
||||
media-libs/libglvnd[X]
|
||||
!app-eselect/eselect-opengl
|
||||
!!x11-drivers/nvidia-drivers[-libglvnd(-)]
|
||||
)
|
||||
!libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
|
||||
@@ -20,6 +20,7 @@ IUSE="${IUSE_SERVERS} debug elogind ipv6 libressl +libglvnd minimal selinux +sui
|
||||
CDEPEND="libglvnd? (
|
||||
media-libs/libglvnd[X]
|
||||
!app-eselect/eselect-opengl
|
||||
!!x11-drivers/nvidia-drivers[-libglvnd(-)]
|
||||
)
|
||||
!libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
|
||||
Reference in New Issue
Block a user