Skip to content

Commit e5a1490

Browse files
tobbiBillyONeal
andauthored
[libraqm] Build without tests (microsoft#49946)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
1 parent e6ebaa9 commit e5a1490

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

ports/libraqm/portfile.cmake

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
vcpkg_from_github(
2-
OUT_SOURCE_PATH SOURCE_PATH
3-
REPO HOST-Oman/libraqm
4-
REF v${VERSION}
5-
SHA512 5b32753b000fa30fe6bb997b8719328c13d68e0ed74207436eff6f1d2932e02c53df424dbf9721cedb308efd355e00036dcfb2d26d7fd89f545273f0e3c24d72
6-
HEAD_REF master
7-
)
8-
9-
vcpkg_configure_meson(
10-
SOURCE_PATH "${SOURCE_PATH}"
11-
)
12-
13-
vcpkg_install_meson()
14-
vcpkg_copy_pdbs()
15-
vcpkg_fixup_pkgconfig()
16-
17-
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
1+
vcpkg_from_github(
2+
OUT_SOURCE_PATH SOURCE_PATH
3+
REPO HOST-Oman/libraqm
4+
REF v${VERSION}
5+
SHA512 5b32753b000fa30fe6bb997b8719328c13d68e0ed74207436eff6f1d2932e02c53df424dbf9721cedb308efd355e00036dcfb2d26d7fd89f545273f0e3c24d72
6+
HEAD_REF master
7+
)
8+
9+
vcpkg_configure_meson(
10+
SOURCE_PATH "${SOURCE_PATH}"
11+
OPTIONS
12+
-Dtests=false
13+
)
14+
15+
vcpkg_install_meson()
16+
vcpkg_copy_pdbs()
17+
vcpkg_fixup_pkgconfig()
18+
19+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

ports/libraqm/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "libraqm",
33
"version": "0.10.4",
4+
"port-version": 1,
45
"description": "A library for complex text layout",
56
"homepage": "https://github.com/HOST-Oman/libraqm",
67
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5402,7 +5402,7 @@
54025402
},
54035403
"libraqm": {
54045404
"baseline": "0.10.4",
5405-
"port-version": 0
5405+
"port-version": 1
54065406
},
54075407
"libraw": {
54085408
"baseline": "0.22.0",

versions/l-/libraqm.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "e1d89fd46d3dd24f3e7c2868752cf3d42b9ecc37",
5+
"version": "0.10.4",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "15048e0701afcd1df4286c0f3004625a1f2649d8",
510
"version": "0.10.4",

0 commit comments

Comments
 (0)