disable enchant
This commit is contained in:
parent
e6baec64bb
commit
512957b87e
@ -123,7 +123,12 @@ Install gedit-devel if you want to write plug-ins for gEdit.
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure --disable-scrollkeeper --disable-gtk-doc --enable-python
|
||||
# FIXME: can't build against enchant right now, since it is in extras
|
||||
%configure \
|
||||
--disable-scrollkeeper \
|
||||
--disable-gtk-doc \
|
||||
--enable-python \
|
||||
--disable-enchant
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user