By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode.
if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target?