Magellan Linux

Contents of /smage/trunk/core/xf86-video-intel/xf86-video-intel-2.21.15-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5437 - (show annotations) (download)
Thu Jan 23 14:31:48 2014 UTC (10 years, 4 months ago) by niro
File size: 664 byte(s)
-removed mesa-gallium depend
1 # $Id$
2
3 PNAME="xf86-video-intel"
4 PVER="2.21.15"
5 PBUILD="r2"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libdrm-2.4.37
13 >= x11-libs/libX11-1.4
14 >= virtual/opengl"
15 # >= media-libs/mesa-gallium-swrast-8
16 # >= media-libs/mesa-gallium-i915-8"
17
18 SDEPEND=">= x11-proto/xf86driproto-2.1
19 >= x11-proto/dri2proto-2.3
20 >= x11-proto/glproto-1.4"
21
22 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/intel_drv.so"
23 sminclude xorg alx-split
24
25 UP2DATE="updatecmd_xorg ${PNAME}"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 xorg_src_configure --enable-dri --disable-xvmc || die
32 mmake || die
33 }