]> git.pld-linux.org Git - packages/plymouth.git/commitdiff
- try to fix building against libdrm 2.4.34
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 18 May 2012 11:08:20 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdrm-2.4.34.patch -> 1.1
    plymouth.spec -> 1.26

libdrm-2.4.34.patch [new file with mode: 0644]
plymouth.spec

diff --git a/libdrm-2.4.34.patch b/libdrm-2.4.34.patch
new file mode 100644 (file)
index 0000000..4d6ff9a
--- /dev/null
@@ -0,0 +1,13 @@
+--- plymouth-0.8.4/src/plugins/renderers/drm/ply-renderer-nouveau-driver.c~    2010-08-19 19:01:38.000000000 +0200
++++ plymouth-0.8.4/src/plugins/renderers/drm/ply-renderer-nouveau-driver.c     2012-05-18 13:07:11.302627528 +0200
+@@ -41,9 +41,8 @@
+ #include <unistd.h>
+ #include <drm.h>
++#include <nouveau.h>
+ #include <nouveau_drm.h>
+-#include <nouveau_drmif.h>
+-#include <nouveau_bo.h>
+ #include <xf86drm.h>
+ #include <xf86drmMode.h>
index 266f5ff30f145c3caeb98979fdb1b27cfc1ef725..08b910150666037c415d13f7560ba4079fb7e3a8 100644 (file)
@@ -19,6 +19,7 @@ Source5:      %{name}-set-default-plugin
 Source6:       %{name}-update-initrd
 Patch0:                check_for_consoles.patch
 Patch1:                text-colors.patch
+Patch2:                libdrm-2.4.34.patch
 URL:           http://www.freedesktop.org/wiki/Software/Plymouth
 #BuildRequires:        autoconf >= 2.50
 #BuildRequires:        automake
@@ -336,6 +337,7 @@ Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Change the default theme
 sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
This page took 0.135465 seconds and 4 git commands to generate.