media-video/aegisub: apply subproject patches ig

This commit is contained in:
odrling 2024-01-22 09:09:39 +01:00
parent 73ce17cba8
commit 8a7047edb8
No known key found for this signature in database
GPG Key ID: E24CA7508C27AF5B
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ src_configure() {
src_compile() {
use dependency_control && BUILD_DIR="${WORKDIR}/ffi-experiments-build" meson_src_compile
use bestsource && meson subprojects packagefiles --apply bestsource && meson subprojects --apply vapoursynth
meson_src_compile
}