mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-24 15:00:41 +02:00
contrib/rpm: update spec file to explicitly --disable-gtk-doc
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
b322642a03
commit
fb8a5f7ac9
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,6 @@
|
|||
%if 0%{?fedora}
|
||||
%global regen_docs 1
|
||||
%else
|
||||
#%global regen_docs 0
|
||||
%global regen_docs 1
|
||||
%endif
|
||||
|
||||
|
|
@ -298,6 +297,8 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
|
|||
--enable-vala=yes \
|
||||
%if 0%{?regen_docs}
|
||||
--enable-gtk-doc \
|
||||
%else
|
||||
--disable-gtk-doc \
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
--with-wext=yes \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue