Skip to content

Commit 77670c2

Browse files
committed
add libs::tinyxml2 v11.0.0
1 parent c99b3a4 commit 77670c2

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

recipes/libs/tinyxml2.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
inherit: [cmake]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "11.0.0"
5+
PKG_LICENSE: "ZLib"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: ${GITHUB_MIRROR}/leethomason/tinyxml2/archive/refs/tags/${PKG_VERSION}.tar.gz
10+
digestSHA256: 5556deb5081fb246ee92afae73efd943c889cef0cafea92b0b82422d6a18f289
11+
stripComponents: 1
12+
13+
buildScript: |
14+
cmakeBuild $1
15+
16+
multiPackage:
17+
dev:
18+
packageScript: cmakePackageDev
19+
tgt:
20+
packageScript: cmakePackageTgt

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ depends:
9393
- libs::qt6-shadertools-tgt
9494
- libs::qt6-wayland-tgt
9595
- libs::slirp-tgt
96+
- libs::tinyxml2-tgt
9697
- libs::yajl-tgt
9798

9899
- multimedia::alsa-utils

0 commit comments

Comments
 (0)