Hi,

The current vesa driver has hardcoded dependency on afb. As a result,
removing afb/ from the tree (and support for it as well) causes vesa
build to fail. The following patch fixes it:

Index: vesa.h
===================================================================
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h,v
retrieving revision 1.14
diff -u -r1.14 vesa.h
--- vesa.h      16 Jan 2003 16:09:10 -0000      1.14
+++ vesa.h      8 Jan 2004 01:49:22 -0000

Index: vesa.h
===================================================================
RCS file: /cvs/xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h,v
retrieving revision 1.14
diff -u -r1.14 vesa.h
--- vesa.h      16 Jan 2003 16:09:10 -0000      1.14
+++ vesa.h      8 Jan 2004 01:49:22 -0000
@@ -73,7 +73,9 @@
 #include "xf1bpp.h"
 #include "xf4bpp.h"
 #include "fb.h"
+#ifdef USE_AFB
 #include "afb.h"
+#endif
 #include "mfb.h"
 #include "cfb24_32.h"
 
-- 
Bang Jun-Young <[EMAIL PROTECTED]>

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to