Fix flatpak build
This commit is contained in:
parent
f94452f884
commit
2d33292c84
@ -127,7 +127,11 @@ It adds an additional tab called "Document" to the file properties dialog.
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
-Dcomics=enabled \
|
||||
%endif
|
||||
%if 0%{?flatpak}
|
||||
-Ddvi=disabled \
|
||||
%else
|
||||
-Ddvi=enabled \
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
-Ddjvu=enabled \
|
||||
%endif
|
||||
@ -135,7 +139,7 @@ It adds an additional tab called "Document" to the file properties dialog.
|
||||
-Dt1lib=disabled \
|
||||
%if 0%{?flatpak}
|
||||
-Dsystemduserunitdir=no \
|
||||
-Dnautilus=disabled \
|
||||
-Dnautilus=false \
|
||||
%endif
|
||||
-Dps=enabled
|
||||
%meson_build
|
||||
|
Loading…
Reference in New Issue
Block a user