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

Adam Jackson ajax at fedoraproject.org
Mon Jun 25 20:20:35 UTC 2012


commit ed876df1e29642145841f57947b9cc45658c1da8
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Jun 25 16:20:34 2012 -0400

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

 libdrm.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libdrm.spec b/libdrm.spec
index 3dc12b4..ed07ea6 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -62,10 +62,11 @@ Utility programs for the kernel DRM interface.  Will void your warranty.
 
 %build
 autoreconf -v --install || exit 1
-%configure --enable-udev \
+%configure \
 %ifarch %{arm}
-        --enable-omap-experimental-api
+        --enable-omap-experimental-api \
 %endif
+	--enable-udev
 make %{?_smp_mflags}
 pushd tests
 make %{?smp_mflags} `make check-programs`


More information about the scm-commits mailing list