Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1305c4f

Browse files
committed
BLD: Update bundled libraqm to 0.10.4
This incorporates our patch, so we can drop it, and adds `tests` option, which we now disable.
1 parent 67fb6b9 commit 1305c4f

4 files changed

Lines changed: 10 additions & 37 deletions

File tree

extern/meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
endif
2626

2727
if get_option('system-libraqm')
28-
libraqm_dep = dependency('raqm', version: '>=0.10.3')
28+
libraqm_dep = dependency('raqm', version: '>=0.10.4')
2929
else
3030
subproject('harfbuzz',
3131
default_options: [
@@ -52,10 +52,11 @@ else
5252
]
5353
)
5454
subproject('sheenbidi', default_options: ['default_library=static'])
55-
libraqm_proj = subproject('libraqm-0.10.3',
55+
libraqm_proj = subproject('libraqm-0.10.4',
5656
default_options: [
5757
'default_library=static',
5858
'sheenbidi=true',
59+
'tests=false',
5960
]
6061
)
6162
libraqm_dep = libraqm_proj.get_variable('libraqm_dep')

subprojects/libraqm-0.10.3.wrap

Lines changed: 0 additions & 8 deletions
This file was deleted.

subprojects/libraqm-0.10.4.wrap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[wrap-file]
2+
source_url = https://github.com/HOST-Oman/libraqm/archive/v0.10.4/libraqm-0.10.4.tar.gz
3+
source_filename = libraqm-0.10.4.tar.gz
4+
source_hash = 6b583fb0eb159a3727a1e8c653bb0294173a14af8eb60195a775879de72320a3
5+
6+
# First patch allows using our bundled FreeType.
7+
diff_files = libraqm-0.10.2-bundle-freetype.patch

subprojects/packagefiles/libraqm-203.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)