Magellan Linux

Contents of /smage/trunk/core/xf86-video-nouveau/xf86-video-nouveau-1.0.11-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7627 - (show annotations) (download)
Tue Sep 22 14:22:32 2015 UTC (8 years, 8 months ago) by niro
File size: 472 byte(s)
auto added: ver bump to 1.0.11-r3
1 # $Id$
2
3 PNAME="xf86-video-nouveau"
4 PVER="1.0.11"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 HOMEPAGE="http://nouveau.freedesktop.org/"
10
11 DEPEND=">= sys-fs/libudev-220
12 >= x11-libs/libdrm-2.4.61
13 >= media-libs/mesa-gallium-nouveau-10.6
14 == virtual/X-ABI-VIDEODRV-19"
15
16 SDEPEND=">= sys-fs/libudev-dev-220"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/nouveau_drv.so"
19 sminclude xorg alx-split
20
21 src_compile()
22 {
23 cd ${SRCDIR}
24
25 xorg_src_configure --enable-dri || die
26 mmake || die
27 }