Drop libkms. Only used by plymouth, and even that's a mistake.

This commit is contained in:
Adam Jackson 2012-06-25 16:20:34 -04:00
parent 38c6eb88bb
commit ed876df1e2

View File

@ -62,10 +62,11 @@ Utility programs for the kernel DRM interface. Will void your warranty.
%build %build
autoreconf -v --install || exit 1 autoreconf -v --install || exit 1
%configure --enable-udev \ %configure \
%ifarch %{arm} %ifarch %{arm}
--enable-omap-experimental-api --enable-omap-experimental-api \
%endif %endif
--enable-udev
make %{?_smp_mflags} make %{?_smp_mflags}
pushd tests pushd tests
make %{?smp_mflags} `make check-programs` make %{?smp_mflags} `make check-programs`