Magellan Linux

Annotation of /trunk/extras/xf86-video-ati/xf86-video-ati-18.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31870 - (hide annotations) (download)
Fri Dec 21 14:27:00 2018 UTC (5 years, 4 months ago) by niro
File size: 364 byte(s)
auto added: ver bump to 18.1.0-r1
1 niro 31870 # $Id$
2    
3     PNAME="xf86-video-ati"
4     PVER="18.1.0"
5     PBUILD="r1"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= sys-fs/libudev-239
10     >= x11-libs/libdrm-2.4.96
11     >= media-libs/mesa-gallium-r300-18.3
12     >= media-libs/mesa-gallium-r600-18.3
13     == virtual/X-ABI-VIDEODRV-24.0"
14    
15     sminclude xorg
16    
17     src_compile()
18     {
19     cd ${SRCDIR}
20    
21     xorg_src_configure --enable-dri --enable-glamor || die
22     mmake || die
23     }