Magellan Linux

Contents of /smage/trunk/core/xf86-video-mach64/xf86-video-mach64-6.9.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14220 - (show annotations) (download)
Mon Jul 6 15:31:38 2020 UTC (3 years, 9 months ago) by niro
File size: 369 byte(s)
auto added: ver bump to 6.9.6-r3
1 # $Id$
2
3 PNAME="xf86-video-mach64"
4 PVER="6.9.6"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.102
10 == virtual/X-ABI-VIDEODRV-24.0"
11 # >= media-libs/mesa-gallium-swrast-20.1
12
13 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/mach64_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 }