Skip to content

Commit fbfdec6

Browse files
committed
Add libs::libinput v1.26.1
1 parent 3e2317a commit fbfdec6

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

recipes/libs/libinput.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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" ]

0 commit comments

Comments
 (0)