Magellan Linux

Annotation of /smage/trunk/core/xf86-video-savage/xf86-video-savage-2.3.8-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7692 - (hide annotations) (download)
Thu Sep 24 08:41:23 2015 UTC (8 years, 7 months ago) by niro
File size: 365 byte(s)
-mesa-10.4 rebuild
1 niro 7692 # $Id$
2    
3     PNAME="xf86-video-savage"
4     PVER="2.3.8"
5     PBUILD="r4"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=" >= x11-libs/libdrm-2.4.65
10     >= media-libs/mesa-gallium-swrast-10.4
11     == virtual/X-ABI-VIDEODRV-18"
12    
13     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/savage_drv.so"
14     sminclude xorg alx-split
15    
16     src_compile()
17     {
18     cd ${SRCDIR}
19    
20     xorg_src_configure --enable-dri || die
21     mmake || die
22     }