> Well, there's a patch on there, the problem is that I don't want to > force everyone to turn on framebuffer support just to build the module, > so I'm working on trying to figure out a way to get USE="fbcon" added in > there and make the checks and the config optional.
I just posted a patch that fixes the check for CONFIG_FB option. Problem was that the MODULE_NAMES were being defined outside the function, so the changes weren't taking. It now prints out an info or warn message if it is building ivtv-fb or not. I could also have it add the fbcon as a use flag, but I figured I shouldn't add use flags without a good reason. Should that be a use flag? That'd only be a few lines of change to put it in there. - Jeff _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
