Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692168
Collapse All | Expand All

(-)/usr/portage/x11-base/xorg-server/xorg-server-1.20.5.ebuild (-3 / +9 lines)
Lines 15-23 Link Here
15
fi
15
fi
16
16
17
IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
17
IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
18
IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux +suid systemd +udev unwind xcsecurity"
18
IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl libglvnd minimal selinux +suid systemd +udev unwind xcsecurity"
19
19
20
CDEPEND=">=app-eselect/eselect-opengl-1.3.0
20
CDEPEND="libglvnd? (
21
		media-libs/libglvnd
22
		!app-eselect/eselect-opengl
23
	)
24
	!libglvnd? ( >=app-eselect/eselect-opengl-1.3.0	)
21
	!libressl? ( dev-libs/openssl:0= )
25
	!libressl? ( dev-libs/openssl:0= )
22
	libressl? ( dev-libs/libressl:0= )
26
	libressl? ( dev-libs/libressl:0= )
23
	>=x11-apps/iceauth-1.0.2
27
	>=x11-apps/iceauth-1.0.2
Lines 206-212 Link Here
206
pkg_postinst() {
210
pkg_postinst() {
207
	if ! use minimal; then
211
	if ! use minimal; then
208
		# sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
212
		# sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
209
		eselect opengl set xorg-x11 --use-old
213
		if ! use libglvnd; then
214
			eselect opengl set xorg-x11 --use-old
215
		fi
210
	fi
216
	fi
211
}
217
}
212
218

Return to bug 692168