media-video/aegisub: apply subprojects patches in configure

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

View File

@ -107,6 +107,7 @@ src_prepare() {
src_configure() {
setup-wxwidgets
use dependency_control && EMESON_SOURCE="${WORKDIR}/ffi-experiments-${_ffiexpver}" BUILD_DIR="${WORKDIR}/ffi-experiments-build" meson_src_configure
use bestsource && meson subprojects packagefiles --apply bestsource && meson subprojects --apply vapoursynth
local emesonargs=(
-Dalsa=$(usex alsa enabled disabled)
@ -132,7 +133,6 @@ 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
}