Magellan Linux

Contents of /branches/R11-stable/extras/xf86-video-ati/xf86-video-ati-7.5.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23766 - (show annotations) (download)
Mon Feb 2 10:09:30 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/xf86-video-ati/xf86-video-ati-7.5.0-r3.smage2
File size: 361 byte(s)
-libdrm-2.4.59/mesa-10.4/xorg-server-1.16 rebuild
1 # $Id$
2
3 PNAME="xf86-video-ati"
4 PVER="7.5.0"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= sys-fs/libudev-218
10 >= x11-libs/libdrm-2.4.59
11 >= media-libs/mesa-gallium-r300-10.4
12 >= media-libs/mesa-gallium-r600-10.4
13 == virtual/X-ABI-VIDEODRV-18"
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 }