Quoting [EMAIL PROTECTED]: > > I just fixed the formatting in the Makefile.am, e.g. use tabs > > instead of spaces. Did it help? > > Unfortunately not, same errors exactly. > > (I did run configure before make) > > What do I have to do to get configure to build i810 and i830 drivers, as > well?
Update your <linux/fb.h> to have these: #define FB_ACCEL_I810 39 /* Intel 810/815 */ #define FB_ACCEL_I830 42 /* Intel 830M/845G/85x/865G */ Better use the header of your kernel, 2.6 has them. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
