]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
plymouth: Build without libkms.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Jul 2012 09:32:38 +0000 (11:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Jul 2012 09:32:38 +0000 (11:32 +0200)
plymouth/plymouth.nm

index 55e17209f31637762332317a62577bebe7e5dcd2..cee24a2f44f83ffdf1649816fd90ee6f547aae2b 100644 (file)
@@ -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 \