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 562 by niro, Sat May 8 01:54:05 2010 UTC revision 563 by niro, Wed Oct 13 19:31:10 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."  DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
13  SDEPEND=">= x11-libs/libdrm-2.4.15  DEPEND=">= x11-libs/libdrm-2.4.15
14   >= x11-libs/libX11-1"   >= x11-libs/libX11-1"
15    
16  MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/intel_drv.so"  MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/intel_drv.so"
# Line 25  src_compile() Line 25  src_compile()
25  {  {
26   cd ${SRCDIR}   cd ${SRCDIR}
27    
28   xorg_src_configure --disable-dri --disable-xvmc || die   xorg_src_configure --enable-dri --disable-xvmc || die
29   mmake || die   mmake || die
30  }  }

Legend:
Removed from v.562  
changed lines
  Added in v.563