Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-intel/
Date: Sun, 26 Jan 2014 18:09:15
Message-Id: 1390759745.77aeed89ce02583314aa0ebc01a4785ac08cb07e.chithead@gentoo
1 commit: 77aeed89ce02583314aa0ebc01a4785ac08cb07e
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 18:09:05 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Jan 26 18:09:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=77aeed89
7
8 x11-drivers/xf86-video-intel: add debug USE flag, bug #432864.
9
10 ---
11 x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
15 index 4875790..46eff2e 100644
16 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
17 +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild
18 @@ -10,7 +10,7 @@ inherit linux-info xorg-2
19 DESCRIPTION="X.Org driver for Intel cards"
20
21 KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd"
22 -IUSE="glamor +sna +udev uxa xvmc"
23 +IUSE="debug glamor +sna +udev uxa xvmc"
24
25 REQUIRED_USE="
26 || ( sna uxa )
27 @@ -42,6 +42,7 @@ DEPEND="${RDEPEND}
28
29 src_configure() {
30 XORG_CONFIGURE_OPTIONS=(
31 + $(use_enable debug)
32 $(use_enable dri)
33 $(use_enable glamor)
34 $(use_enable sna)