x11-drivers/xf86-video-intel: Make XORG_CONFIGURE_OPTIONS a local var

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
David Seifert
2021-05-02 01:55:06 +02:00
committed by Matt Turner
parent 44e291c73f
commit 6aa1bccb19
4 changed files with 35 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -57,9 +57,16 @@ PATCHES=(
"${FILESDIR}"/${PN}-gcc-pr65873.patch
)
pkg_setup() {
linux-info_pkg_setup
xorg-3_pkg_setup
}
src_configure() {
# bug #582910
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
local XORG_CONFIGURE_OPTIONS=(
--disable-dri1
$(use_enable debug)
$(use_enable dri)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -57,9 +57,16 @@ PATCHES=(
"${FILESDIR}"/${PN}-gcc-pr65873.patch
)
pkg_setup() {
linux-info_pkg_setup
xorg-3_pkg_setup
}
src_configure() {
# bug #582910
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
local XORG_CONFIGURE_OPTIONS=(
--disable-dri1
$(use_enable debug)
$(use_enable dri)

View File

@@ -53,9 +53,16 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
pkg_setup() {
linux-info_pkg_setup
xorg-3_pkg_setup
}
src_configure() {
# bug #582910
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
local XORG_CONFIGURE_OPTIONS=(
--disable-dri1
$(use_enable debug)
$(use_enable dri)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -53,9 +53,16 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
pkg_setup() {
linux-info_pkg_setup
xorg-3_pkg_setup
}
src_configure() {
# bug #582910
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
local XORG_CONFIGURE_OPTIONS=(
--disable-dri1
$(use_enable debug)
$(use_enable dri)