BuildFeatures: Enable AVIFTranslator on more than just x86_64.
This commit is contained in:
parent
b6442ab7fa
commit
96b062f1ce
@ -669,7 +669,6 @@ if [ IsPackageAvailable libwebp_devel ] {
|
||||
|
||||
# libavif
|
||||
if [ IsPackageAvailable libavif_devel ] {
|
||||
if $(HAIKU_PACKAGING_ARCH) = x86_64 {
|
||||
ExtractBuildFeatureArchives libavif :
|
||||
file: base libavif
|
||||
runtime: lib
|
||||
@ -679,9 +678,6 @@ if [ IsPackageAvailable libavif_devel ] {
|
||||
headers: $(developHeadersDir) $(developHeadersDir)/avif
|
||||
;
|
||||
EnableBuildFeatures libavif ;
|
||||
} else {
|
||||
unavailableBuildFeatures += libavif ;
|
||||
}
|
||||
} else {
|
||||
unavailableBuildFeatures += libavif ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user