Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-i810/files: xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch
Date: Sun, 19 Oct 2008 22:15:54
Message-Id: E1KrgYw-0007fj-Ls@stork.gentoo.org
1 remi 08/10/19 22:15:50
2
3 Added:
4 xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch
5 Log:
6 x11-drivers/xf86-video-i810: add patch for libdrm 2.4.0 support
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.1 x11-drivers/xf86-video-i810/files/xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/files/xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/files/xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch?rev=1.1&content-type=text/plain
14
15 Index: xf86-video-i810-2.4.2-0003-never-enable-DRI_MM-on-this-branch.patch
16 ===================================================================
17 From 4d7cd8cec7ba56230b298986d7a91a7587984bc4 Mon Sep 17 00:00:00 2001
18 From: Remi Cardona <remi@g.o>
19 Date: Sun, 19 Oct 2008 23:45:14 +0200
20 Subject: [PATCH] never enable DRI_MM on this branch
21
22 ---
23 configure.ac | 2 +-
24 1 files changed, 1 insertions(+), 1 deletions(-)
25
26 diff --git a/configure.ac b/configure.ac
27 index 809e84d..04e31f3 100644
28 --- a/configure.ac
29 +++ b/configure.ac
30 @@ -202,7 +202,7 @@ if test "$DRI" = yes; then
31 PKG_CHECK_MODULES(DRI, [libdrm xf86driproto glproto])
32 AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
33 AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
34 - PKG_CHECK_MODULES(DRI_MM, [libdrm >= 2.4.0],[DRI_MM=yes], [DRI_MM=no])
35 + DRI_MM="no"
36 if test "x$DRI_MM" = xyes; then
37 AC_DEFINE(XF86DRI_MM,1,[Extended DRI memory management])
38 fi
39 --
40 1.6.0.2