Magellan Linux

Contents of /trunk/extras/xf86-input-mouse/xf86-input-mouse-1.9.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33152 - (show annotations) (download)
Fri Oct 18 22:35:08 2019 UTC (4 years, 6 months ago) by niro
File size: 368 byte(s)
auto added: ver bump to 1.9.3-r3
1 # $Id$
2
3 PNAME="xf86-input-mouse"
4 PVER="1.9.3"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND="== virtual/X-ABI-XINPUT-24.1"
13
14 sminclude xorg
15
16 src_compile()
17 {
18 cd ${SRCDIR}
19
20 # fix build with gcc-8.1
21 xorg_src_configure --disable-selective-werror || die
22 mmake || die
23 }