Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xf86-video-ati/xf86-video-ati-7.5.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7828 - (show annotations) (download)
Wed Nov 18 09:14:09 2015 UTC (8 years, 5 months ago) by niro
File size: 510 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="xf86-video-ati"
4 PVER="7.5.0"
5 PBUILD="r5"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= sys-fs/libudev-220
10 >= x11-libs/libdrm-2.4.65
11 == virtual/X-ABI-VIDEODRV-18"
12 # >= media-libs/mesa-gallium-r300-10.4
13 # >= media-libs/mesa-gallium-r600-10.4
14
15 SDEPEND=">= sys-fs/libudev-dev-220"
16
17 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/*.so usr/$(mlibdir)/xorg/modules/multimedia/*.so"
18 sminclude xorg alx-split
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --enable-dri --enable-glamor || die
25 mmake || die
26 }