summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch')
-rw-r--r--sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch b/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch
deleted file mode 100644
index cb0f0d5af3bb..000000000000
--- a/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5fd3ed5a1f661eb1d99e1d4df5edad8410cc54e3 Mon Sep 17 00:00:00 2001
-From: root <root@christoph.egore.lan>
-Date: Sun, 25 Oct 2009 03:55:54 +0100
-Subject: [PATCH] Gentoo does not have /dev/fb, but /dev/fb0 (at least on i915 KMS)
-
----
- src/plugins/renderers/frame-buffer/plugin.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c
-index a1e4fcd..19aab4b 100644
---- a/src/plugins/renderers/frame-buffer/plugin.c
-+++ b/src/plugins/renderers/frame-buffer/plugin.c
-@@ -46,7 +46,7 @@
- #include <linux/fb.h>
-
- #ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME
--#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb"
-+#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb0"
- #endif
-
- struct _ply_frame_buffer
---
-1.6.5
-