Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31148 - (hide annotations) (download)
Mon Jun 11 08:53:00 2018 UTC (5 years, 11 months ago) by niro
File size: 368 byte(s)
-disabled selective-werror to fix the build with gcc-8.1
1 niro 31147 # $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 niro 31148
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     }