2015-08-18 21:37:49 +01:00
|
|
|
Forget about X11 in fb module.
|
|
|
|
This breaks w3mimgdisplay under X11, but removes X11 dependency it in pure fb.
|
|
|
|
diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c
|
2019-05-25 10:48:03 +01:00
|
|
|
index 1a5151c..d3d7bc3 100644
|
2015-08-18 21:37:49 +01:00
|
|
|
--- a/w3mimg/fb/fb_imlib2.c
|
|
|
|
+++ b/w3mimg/fb/fb_imlib2.c
|
2019-05-25 10:48:03 +01:00
|
|
|
@@ -3,6 +3,7 @@
|
2015-08-18 21:37:49 +01:00
|
|
|
fb_imlib2.c 0.3 Copyright (C) 2002, hito
|
|
|
|
**************************************************************************/
|
|
|
|
|
|
|
|
+#define X_DISPLAY_MISSING
|
|
|
|
#include <Imlib2.h>
|
|
|
|
#include "fb.h"
|
|
|
|
#include "fb_img.h"
|