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
|
%build
|
||||||
%if %{with_zeitgeist}
|
%if %{with_zeitgeist}
|
||||||
%configure --disable-schemas-install --enable-python
|
%configure --enable-python
|
||||||
%else
|
%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
|
%endif
|
||||||
#--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks
|
#--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user