From ec040d8965dea87452484081e0481633e459d726 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Jul 2012 11:32:38 +0200 Subject: [PATCH] plymouth: Build without libkms. --- plymouth/plymouth.nm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm index 55e17209f..cee24a2f4 100644 --- a/plymouth/plymouth.nm +++ b/plymouth/plymouth.nm @@ -5,7 +5,7 @@ name = plymouth version = 0.8.5.1 -release = 3 +release = 4 groups = System/Base url = http://www.freedesktop.org/wiki/Software/Plymouth @@ -37,12 +37,7 @@ build enable_libdrm_intel = 0 - if "%{DISTRO_MACHINE}" == "x86_64" - enable_libdrm_intel = 1 - requires += pkgconfig(libdrm_intel) - end - - if "%{DISTRO_MACHINE}" == "i686" + if "%{DISTRO_PLATFORM}" == "x86" enable_libdrm_intel = 1 requires += pkgconfig(libdrm_intel) end @@ -51,6 +46,7 @@ build configure_options += \ --libexecdir=/usr/lib \ + --disable-libkms \ --enable-tracing \ --disable-tests \ --with-logo=%{datadir}/pixmaps/system-logo-white.png \ -- 2.39.2