Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions extern/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
endif

if get_option('system-libraqm')
libraqm_dep = dependency('raqm', version: '>=0.10.3')
libraqm_dep = dependency('raqm', version: '>=0.10.4')
else
subproject('harfbuzz',
default_options: [
Expand All @@ -52,10 +52,11 @@ else
]
)
subproject('sheenbidi', default_options: ['default_library=static'])
libraqm_proj = subproject('libraqm-0.10.3',
libraqm_proj = subproject('libraqm-0.10.4',
default_options: [
'default_library=static',
'sheenbidi=true',
'tests=false',
]
)
libraqm_dep = libraqm_proj.get_variable('libraqm_dep')
Expand Down
8 changes: 0 additions & 8 deletions subprojects/libraqm-0.10.3.wrap

This file was deleted.

7 changes: 7 additions & 0 deletions subprojects/libraqm-0.10.4.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[wrap-file]
source_url = https://github.com/HOST-Oman/libraqm/archive/v0.10.4/libraqm-0.10.4.tar.gz
source_filename = libraqm-0.10.4.tar.gz
source_hash = 6b583fb0eb159a3727a1e8c653bb0294173a14af8eb60195a775879de72320a3

# First patch allows using our bundled FreeType.
diff_files = libraqm-0.10.2-bundle-freetype.patch
27 changes: 0 additions & 27 deletions subprojects/packagefiles/libraqm-203.patch

This file was deleted.

Loading