Magellan Linux

Contents of /trunk/extras/xf86-input-mouse/xf86-input-mouse-1.9.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31148 - (show annotations) (download)
Mon Jun 11 08:53:00 2018 UTC (5 years, 9 months ago) by niro
File size: 368 byte(s)
-disabled selective-werror to fix the build with gcc-8.1
1 # $Id$
2
3 PNAME="xf86-input-mouse"
4 PVER="1.9.2"
5 PBUILD="r2"
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 }