- remove unnecessary BR: m17n-db

- upstream now uses --without-gui option
This commit is contained in:
pnemade 2009-08-18 08:52:22 +00:00
parent ac8f28960b
commit 72fde1235a

View File

@ -14,7 +14,6 @@ URL: http://www.m17n.org/m17n-lib/index.html
Source0: http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: m17n-db >= 1.4.0
%if %{with_gui}
BuildRequires: libxml2-devel, xorg-x11-devel
BuildRequires: freetype-devel >= 2.0, fribidi-devel, gd-devel >= 2.0
@ -56,7 +55,7 @@ autoreconf
%build
%configure --disable-static \
%if ! %{with_gui}
--with-gui=no
--without-gui
%else
%{nil}
%endif