Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/xf86-video-r128/xf86-video-r128-6.10.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8670 - (hide annotations) (download)
Tue Feb 9 14:29:40 2016 UTC (8 years, 4 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/xf86-video-r128/xf86-video-r128-6.10.1-r1.smage2
File size: 363 byte(s)
-release branches/alx07x-unstable
1 niro 8401 # $Id$
2    
3     PNAME="xf86-video-r128"
4     PVER="6.10.1"
5     PBUILD="r1"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= x11-libs/libdrm-2.4.65
10     == virtual/X-ABI-VIDEODRV-20"
11     # >= media-libs/mesa-gallium-swrast-11.0
12    
13     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/r128_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     }