mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Matt Turner
parent
44e291c73f
commit
6aa1bccb19
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user