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 33181 - (show annotations) (download)
Sat Oct 19 01:01:20 2019 UTC (4 years, 6 months ago) by niro
File size: 416 byte(s)
-added missing spice-protocol sdep
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 >= app-emulation/spice-protocol-0.14"
17
18 sminclude xorg
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --enable-xspice || die
25 mmake || die
26 }