Magellan Linux

Annotation of /branches/R11-unstable/extras/xf86-input-mouse/xf86-input-mouse-1.9.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32341 - (hide annotations) (download)
Mon Apr 29 12:17:23 2019 UTC (5 years ago) by niro
File size: 368 byte(s)
-release branches/R11-unstable
1 niro 31866 # $Id$
2    
3     PNAME="xf86-input-mouse"
4     PVER="1.9.3"
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     }