From 424953ad7b73f45b282a9d4d278be7f7cea2881b Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 18 Feb 2025 12:31:10 +0900 Subject: [PATCH] examples: build LottieTweening only if enabled --- examples/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/meson.build b/examples/meson.build index f4442437..89db2a77 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -44,7 +44,6 @@ source_file = [ 'InvMasking.cpp', 'LinearGradient.cpp', 'Lottie.cpp', - 'LottieTweening.cpp', 'LumaMasking.cpp', 'Masking.cpp', 'MaskingMethods.cpp', @@ -76,7 +75,7 @@ source_file = [ if lottie_loader - source_file += 'LottieExtension.cpp' + source_file += ['LottieExtension.cpp', 'LottieTweening.cpp'] endif if lottie_expressions