Magellan Linux

Annotation of /branches/R11-stable/extras/xf86-video-mga/xf86-video-mga-1.6.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21890 - (hide annotations) (download)
Mon Jul 21 10:32:16 2014 UTC (9 years, 11 months ago) by niro
File size: 326 byte(s)
-release branches/R11-stable
1 niro 21415 # $Id$
2    
3     PNAME="xf86-video-mga"
4     PVER="1.6.3"
5     PBUILD="r3"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=" >= x11-libs/libdrm-2.4.54
10     >= media-libs/mesa-gallium-swrast-10.2
11     == virtual/X-ABI-VIDEODRV-15"
12    
13     SDEPEND=">= x11-proto/xf86driproto-1"
14    
15     sminclude xorg
16    
17     src_compile()
18     {
19     cd ${SRCDIR}
20    
21     xorg_src_configure --enable-dri || die
22     mmake || die
23     }