Quoting Kent Sandvik: > Hi, is this the right behavior, I'm rebuilding the latest cvs based > DirectFB, and specifying that just one driver is built, or: > > $ autogen.sh --with-gfxdrivers=radeon > > But the configure stage still wants to build various Makefiles for > ati128, cle266... including the dreadful missing i830 that is missing > in the default RedHat Enterprise 3.0 release... so the build stops.
It still generates all Makefiles, but it will only dive into the radeon directory. Did you pass the "-d" option to "cvs update"? I have it this way: [EMAIL PROTECTED] cat .cvsrc cvs -z4 -q diff -up rdiff -up update -Pd -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
