Magellan Linux

Diff of /smage/trunk/core/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn841-r1.smage2

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

revision 424 by niro, Thu May 6 23:15:13 2010 UTC revision 446 by niro, Fri May 7 15:13:53 2010 UTC
# Line 14  DEPEND="${DEPEND} Line 14  DEPEND="${DEPEND}
14   >= x11-libs/libXvMC-1"   >= x11-libs/libXvMC-1"
15    
16  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
  >= x11-proto/xf86driproto-1  
  >= x11-proto/glproto-1.4.10  
  >= x11-libs/libdrm-2.4.15  
17   >= x11-libs/libX11-1"   >= x11-libs/libX11-1"
18    
19  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
# Line 42  src_compile() Line 39  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}
41    
42   xorg_src_configure --enable-dri || die   xorg_src_configure --disable-dri || die
43   mmake || die   mmake || die
44  }  }

Legend:
Removed from v.424  
changed lines
  Added in v.446