Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7706 - (show annotations) (download)
Thu Sep 24 12:08:34 2015 UTC (8 years, 7 months ago) by niro
File size: 473 byte(s)
-disabled dri and gallium drivers
1 # $Id$
2
3 PNAME="xf86-video-nouveau"
4 PVER="1.0.11"
5 PBUILD="r5"
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.65
13 == virtual/X-ABI-VIDEODRV-18"
14 # >= media-libs/mesa-gallium-nouveau-10.4
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 }