Skip to content

Commit b632e1d

Browse files
committed
Add libs::libdisplay-info v0.2.0
1 parent dd14ad7 commit b632e1d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

recipes/libs/libdisplay-info.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
inherit: [meson]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "0.2.0"
5+
PKG_LICENSE: "MIT"
6+
7+
depends:
8+
- core::hwdata
9+
10+
checkoutSCM:
11+
scm: url
12+
url: "https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/${PKG_VERSION}/downloads/\
13+
libdisplay-info-${PKG_VERSION}.tar.xz"
14+
digestSHA1: 87c1c2e9ece3c012e69633c778f7be5265187302
15+
stripComponents: 1
16+
17+
buildScript: |
18+
mesonBuild $1
19+
20+
multiPackage:
21+
"":
22+
depends:
23+
- name: libs::libdisplay-info-tgt
24+
use: []
25+
packageScript: mesonPackageBin
26+
provideDeps: [ "*-tgt" ]
27+
28+
dev:
29+
packageScript: mesonPackageDev
30+
provideDeps: [ "*hwdata" ]
31+
32+
tgt:
33+
packageScript: mesonPackageLib
34+
provideDeps: [ "*hwdata" ]

0 commit comments

Comments
 (0)