Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libinput/libinput-1.13.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13558 - (hide annotations) (download)
Fri Jul 12 12:01:03 2019 UTC (4 years, 10 months ago) by niro
File size: 1019 byte(s)
-release branches/alx07x-stable
1 niro 13225 # $Id$
2    
3     PNAME="libinput"
4     PVER="1.13.4"
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-238
14     >= sys-libs/mtdev-1.1
15     >= sys-libs/libunwind-1.1
16     >= x11-libs/libevdev-1.5
17     >= x11-libs/cairo-1.14"
18    
19     SDEPEND=">= dev-util/check-0.10
20     >= sys-fs/libudev-dev-238
21     >= sys-libs/mtdev-dev-1.1
22     >= sys-libs/libunwind-dev-1.1
23     >= x11-libs/libevdev-dev-1.5
24     >= x11-libs/cairo-dev-1.14"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     msetfeature "!check"
29     sminclude xorg multilib meson alx-split
30    
31     SRC_URI=(
32     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
33     mirror://${PNAME}/${SRCFILE}
34     )
35    
36     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"
37    
38     src_compile()
39     {
40     # do not install the debug gui
41     # alx only: do not support libwacom
42     meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) $(meson_opt tests false) $(meson_opt libwacom false) || die
43     }