Magellan Linux

Contents of /branches/R11-stable/extras/xf86-video-vmware/xf86-video-vmware-13.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21904 - (show annotations) (download)
Mon Jul 21 10:33:55 2014 UTC (9 years, 10 months ago) by niro
File size: 322 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xf86-video-vmware"
4 PVER="13.0.2"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.54
10 >= media-libs/mesa-gallium-vmwgfx-10.2
11 == virtual/X-ABI-VIDEODRV-15"
12
13 SDEPEND=">= x11-proto/xineramaproto-1"
14
15 sminclude xorg
16
17 src_prepare()
18 {
19 munpack ${SRCFILE} || die
20 cd ${SRCDIR}
21 mautoreconf || die
22 }