Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xf86-video-nouveau/xf86-video-nouveau-1.0.11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7420 - (show annotations) (download)
Mon Sep 21 08:44:11 2015 UTC (8 years, 7 months ago) by niro
File size: 472 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="xf86-video-nouveau"
4 PVER="1.0.11"
5 PBUILD="r2"
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 }