x11-drivers/xf86-video-intel: Disable DRI1 support
authorSebastian Pipping <sping@gentoo.org>
Mon, 12 Mar 2018 22:31:36 +0000 (23:31 +0100)
committerSebastian Pipping <sping@gentoo.org>
Mon, 12 Mar 2018 23:14:58 +0000 (00:14 +0100)
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

x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild

index f364cc49df88dbf4d6c532d18288012a11a04c9a..d9799aba96c4a791d16dd9c843523811e449350b 100644 (file)
@@ -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)