diff options
Diffstat (limited to 'packaging/platform-preset-iot-headed-images.inc')
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index 7bb7fc9..a642c94 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -62,7 +62,7 @@ Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery Requires: %{name}-sub1-domain_Feature-Smartthings_App %endif Requires: %{name}-sub1-domain_Feature-BootAni -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: %{name}-sub1-domain_Feature-DotNET %endif #From TRE-2330 @@ -106,7 +106,7 @@ Requires: autofill-config-mobile Requires: elm-sharp-theme-common #From TRE-2093, 2094 Requires: libHarfBuzzSharp -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: libSkiaSharp %endif #From TRE-2273 @@ -154,7 +154,7 @@ Requires: org.tizen.fido-syspopup Requires: fido-asm Requires: fido_bt_roaming_agent Requires: fido_silent -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: coreclr-diagnostics %endif @@ -213,7 +213,7 @@ Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery Requires: %{name}-sub1-domain_Feature-Smartthings_App %endif Requires: %{name}-sub1-domain_Feature-BootAni -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: %{name}-sub1-domain_Feature-DotNET %endif #From TRE-2330 @@ -256,7 +256,7 @@ Requires: autofill-config-mobile Requires: elm-sharp-theme-common #From TRE-2093, 2094 Requires: libHarfBuzzSharp -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: libSkiaSharp %endif #From TRE-2273 @@ -322,7 +322,7 @@ Requires: org.tizen.fido-syspopup Requires: fido-asm Requires: fido_bt_roaming_agent Requires: fido_silent -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: coreclr-diagnostics %endif |