File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [meson]
2+
3+ metaEnvironment :
4+ PKG_VERSION : " 1.26.1"
5+ PKG_LICENSE : " MIT"
6+
7+ depends :
8+ - libs::mtdev-dev
9+ - libs::libevdev-dev
10+ - virtual::core::udev-dev
11+
12+ - use : []
13+ depends :
14+ - libs::mtdev-tgt
15+ - libs::libevdev-tgt
16+ - virtual::core::udev-tgt
17+
18+ checkoutSCM :
19+ scm : url
20+ url : https://gitlab.freedesktop.org/libinput/libinput/-/archive/${PKG_VERSION}/libinput-${PKG_VERSION}.tar.bz2
21+ digestSHA1 : 1fe73b4e30d01e1d6b18b8815cc93316d1a51de3
22+ stripComponents : 1
23+
24+ buildScript : |
25+ mesonBuild $1 \
26+ -Dtests=false \
27+ -Ddocumentation=false \
28+ -Ddebug-gui=false \
29+ -Dlibwacom=false
30+
31+ multiPackage :
32+ dev :
33+ packageScript : mesonPackageDev
34+ provideDeps : [ "*-dev" ]
35+
36+ tgt :
37+ packageScript : mesonPackageTgt
38+ provideDeps : [ "*-tgt" ]
You can’t perform that action at this time.
0 commit comments