Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31279 - (show annotations) (download)
Wed Jun 20 12:23:55 2018 UTC (5 years, 10 months ago) by niro
File size: 368 byte(s)
auto added: ver bump to 1.9.3-r1
1 # $Id$
2
3 PNAME="xf86-input-mouse"
4 PVER="1.9.3"
5 PBUILD="r1"
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 }