fribidi: update and compile with meson

This commit is contained in:
Jeremy Soller 2025-05-01 13:44:50 -06:00
parent 76d1f04f51
commit db5dbe01ec
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,12 +1,10 @@
[source]
tar = "https://github.com/fribidi/fribidi/releases/download/v1.0.13/fribidi-1.0.13.tar.xz"
blake3 = "b43d333a98e39fc25cf7ce5fd11409424cf33e74aa28ec4a727f867aea83ce39"
tar = "https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz"
blake3 = "c16ee250f73f149d7d52dc7d285eb73ac755bad7907d237391e23f429b2b71d5"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
ac_cv_header_sys_times_h=no
)
cookbook_configure
DYNAMIC_INIT
cookbook_meson -Dbin=false -Dtests=false
"""