about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/splashutils/no-fbsplash.patch
blob: a39fda6591c322278a1095bca3e43c995de4d251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/splash.h b/splash.h
index 5dccfe0..eae2939 100644
--- a/splash.h
+++ b/splash.h
@@ -30,10 +30,14 @@ #endif
  */
 #ifdef TARGET_KERNEL
 	#include <linux/fb.h>
-	#include <linux/console_splash.h>
+	#ifdef CONFIG_FBSPLASH
+		#include <linux/console_splash.h>
+	#endif
 #else
 	#include <fb.h>
-	#include <console_splash.h>
+	#ifdef CONFIG_FBSPLASH
+		#include <console_splash.h>
+	#endif
 #endif
 
 /*