Fix build
- Related: RHEL-60292
This commit is contained in:
parent
cfe6976410
commit
4c9db7b1e2
@ -44,7 +44,10 @@ Library files for %{name}.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson --default-library=shared -Dfuse=enabled -Dman=enabled
|
||||
%meson --default-library=shared -Dfuse=enabled \
|
||||
%if %{with man}
|
||||
-Dman=enabled
|
||||
%endif
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user