summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-03-12 23:31:36 +0100
committerSebastian Pipping <sping@gentoo.org>2018-03-13 00:14:58 +0100
commit9fd81109e050c62e9acd348037a18ba70c2a71f3 (patch)
tree4b3648c7cd02f2a57f7e02c070d04d584a91d5d6 /x11-drivers
parentnet-analyzer/prometheus-snmp_exporter: fix typo in confd (diff)
downloadgentoo-9fd81109e050c62e9acd348037a18ba70c2a71f3.tar.gz
gentoo-9fd81109e050c62e9acd348037a18ba70c2a71f3.tar.bz2
gentoo-9fd81109e050c62e9acd348037a18ba70c2a71f3.zip
x11-drivers/xf86-video-intel: Disable DRI1 support
Apply --disable-dri1 from 0d5cb248168c1dea0a2829446af9f66895956f24 to 2.99.917_p20171018 as well, same issue Bug: https://bugs.gentoo.org/649302 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
index f364cc49df88..d9799aba96c4 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}
src_configure() {
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
+ --disable-dri1
$(use_enable debug)
$(use_enable dri)
$(use_enable dri dri3)