Drop unused --disable-schemas-install configure option

This commit is contained in:
Kalev Lember 2014-06-25 12:46:40 +03:00
parent 3346d960c9
commit 9e07c40eaf

View File

@ -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}