How can I disable directfb support? In ./configure --help I found "--enable-directfb". But I want to disable it (there is compilation bug there, but I don't need directfb!). I tried: 1) --enable-directfb=no 2) --disable-directfb 3) vi config.h, then delete DIRECTFB defines What I did wrong?