Drop libkms. Only used by plymouth, and even that's a mistake.
This commit is contained in:
parent
38c6eb88bb
commit
ed876df1e2
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user