Drop unused --disable-schemas-install configure option
This commit is contained in:
parent
3346d960c9
commit
9e07c40eaf
@ -194,9 +194,9 @@ The gedit wordcompletion plugin.
|
||||
|
||||
%build
|
||||
%if %{with_zeitgeist}
|
||||
%configure --disable-schemas-install --enable-python
|
||||
%configure --enable-python
|
||||
%else
|
||||
%configure --disable-schemas-install --enable-python --with-plugins=bookmarks,bracketcompletion,charmap,codecomment,colorpicker,colorschemer,commander,drawspaces,joinlines,multiedit,smartspaces,synctex,terminal,textsize,wordcompletion,git
|
||||
%configure --enable-python --with-plugins=bookmarks,bracketcompletion,charmap,codecomment,colorpicker,colorschemer,commander,drawspaces,joinlines,multiedit,smartspaces,synctex,terminal,textsize,wordcompletion,git
|
||||
%endif
|
||||
#--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user