This commit is contained in:
parent
54218c0472
commit
4a108b9853
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
||||
# extensions
|
||||
%define numbertext_version 0.9.5
|
||||
# Urls
|
||||
@ -1215,6 +1216,11 @@ export NOCONFIGURE=yes
|
||||
--enable-skia \
|
||||
%else
|
||||
--disable-skia \
|
||||
%endif
|
||||
%ifarch %{aarch64}
|
||||
%if 0%{?suse_version} < 1550
|
||||
--disable-pdfium \
|
||||
%endif
|
||||
%endif
|
||||
--with-libbase-jar=/usr/share/java/libbase.jar \
|
||||
--with-libxml-jar=/usr/share/java/libxml.jar \
|
||||
|
Loading…
Reference in New Issue
Block a user