Magellan Linux

Annotation of /trunk/extras/libinput/libinput-1.9.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30287 - (hide annotations) (download)
Tue Nov 28 13:04:27 2017 UTC (6 years, 6 months ago) by niro
File size: 802 byte(s)
-use meson
1 niro 30286 # $Id$
2    
3     PNAME="libinput"
4     PVER="1.9.3"
5     PBUILD="r1"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Library to handle input devices."
10     HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
11    
12     DEPEND=">= virtual/glibc
13     >= sys-fs/libudev-230
14     >= sys-libs/mtdev-1.1
15     >= sys-libs/libunwind-1.1
16     >= x11-libs/libevdev-1.5
17     >= x11-libs/libwacom-0.24
18     >= x11-libs/cairo-1.14"
19    
20     SDEPEND=">= dev-util/check-0.10"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.xz"
23    
24     msetfeature "!check"
25 niro 30287 sminclude xorg meson multilib
26 niro 30286
27     SRC_URI=(
28     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"
33    
34     src_compile()
35     {
36     # do not install the debug gui
37 niro 30287 meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) || die
38 niro 30286 }