Magellan Linux

Contents of /trunk/extras/xf86-video-qxl/xf86-video-qxl-0.1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33179 - (show annotations) (download)
Sat Oct 19 00:48:55 2019 UTC (4 years, 6 months ago) by niro
File size: 378 byte(s)
auto added: ver bump to 0.1.5-r1
1 # $Id$
2
3 PNAME="xf86-video-qxl"
4 PVER="0.1.5"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= sys-fs/libudev-242
10 >= x11-libs/libdrm-2.4.100
11 >= media-libs/mesa-dri-svga-19.2
12 >= media-libs/mesa-dri-virgl-19.2
13 == virtual/X-ABI-VIDEODRV-24.0"
14
15 SDEPEND=">= dev-lang/python-2.7"
16
17 sminclude xorg
18
19 src_compile()
20 {
21 cd ${SRCDIR}
22
23 xorg_src_configure --enable-xspice || die
24 mmake || die
25 }