Magellan Linux

Annotation of /trunk/extras/xf86-video-r128/xf86-video-r128-6.10.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31165 - (hide annotations) (download)
Mon Jun 11 11:51:06 2018 UTC (5 years, 11 months ago) by niro
File size: 528 byte(s)
-added patch to fix missing stdint.h include
1 niro 31164 # $Id$
2    
3     PNAME="xf86-video-r128"
4     PVER="6.10.2"
5     PBUILD="r3"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= x11-libs/libdrm-2.4.92
10     >= media-libs/mesa-gallium-swrast-18.1
11     == virtual/X-ABI-VIDEODRV-24.0"
12    
13     sminclude xorg
14    
15 niro 31165 SRC_URI+=( mirror://${PNAME}/xf86-video-r128-6.10.2-fix-missing-include.patch )
16    
17     src_prepare()
18     {
19     munpack ${SRCFILE} || die
20     cd ${SRCDIR}
21    
22     # fix missing stdint.h include
23     mpatch xf86-video-r128-6.10.2-fix-missing-include.patch || die
24     }
25    
26 niro 31164 src_compile()
27     {
28     cd ${SRCDIR}
29    
30     xorg_src_configure --enable-dri || die
31     mmake || die
32     }