Magellan Linux

Diff of /smage/trunk/extras/xf86-video-intel/xf86-video-intel-2.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 590 by niro, Wed Oct 13 19:34:30 2010 UTC revision 591 by niro, Wed Oct 13 21:45:41 2010 UTC
# Line 11  DESCRIPTION="Xorg video driver for ${PNA Line 11  DESCRIPTION="Xorg video driver for ${PNA
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
13  DEPEND=">= x11-libs/libdrm-2.4.15  DEPEND=">= x11-libs/libdrm-2.4.15
14   >= x11-libs/libX11-1"   >= x11-libs/libX11-1
15     >= virtual/opengl"
16    
17  SDEPEND=">= x11-proto/xf86driproto-2.1  SDEPEND=">= x11-proto/xf86driproto-2.1
18   >= x11-proto/dri2proto-2.3   >= x11-proto/dri2proto-2.3
# Line 29  src_compile() Line 30  src_compile()
30  {  {
31   cd ${SRCDIR}   cd ${SRCDIR}
32    
33   xorg_src_configure --disable-dri --disable-xvmc || die   xorg_src_configure --enable-dri --disable-xvmc || die
34   mmake || die   mmake || die
35  }  }

Legend:
Removed from v.590  
changed lines
  Added in v.591