menuconfig DIRECTFB bool prompt "directfb " select HOST_DIRECTFB select MENU_XORG_FONTS select LIBPNG if DIRECTFB_IMAGE_PNG select LIBJPEG if DIRECTFB_IMAGE_JPEG select FREETYPE if DIRECTFB_FONT_FREETYPE select TSLIB if DIRECTFB_INPUT_TSLIB help DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers, not only on top of the Linux Framebuffer Device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware. DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux. config DIRECTFB_DEBUG bool "build with debug support" depends on DIRECTFB config DIRECTFB_TRACE bool "build with trace support" depends on DIRECTFB config DIRECTFB_IMAGE_GIF bool "build GIF image provider" depends on DIRECTFB config DIRECTFB_IMAGE_PNG bool "build PNG image provider" depends on DIRECTFB config DIRECTFB_IMAGE_JPEG bool "build JPEG image provider" depends on DIRECTFB config DIRECTFB_FONT_FREETYPE bool "build FreeType2 font provider" depends on DIRECTFB config DIRECTFB_WM_UNIQUE bool "enable Unique (WM Module)" depends on DIRECTFB select DIRECTFB_IMAGE_PNG menu "input driver" depends on DIRECTFB config DIRECTFB_INPUT_KEYBOARD bool "keyboard" config DIRECTFB_INPUT_LINUXINPUT default y bool "linuxinput" config DIRECTFB_INPUT_PS2MOUSE bool "ps2mouse" config DIRECTFB_INPUT_TSLIB bool "tslib" endmenu config DIRECTFB_EXAMPLES bool prompt "directfb examples" select DIRECTFB_IMAGE_GIF select DIRECTFB_IMAGE_PNG select DIRECTFB_IMAGE_JPEG select DIRECTFB_FONT_FREETYPE select DIRECTFB config DIRECTFB_EXAMPLES_DATA bool prompt "directfb-exampels data files" depends on DIRECTFB_EXAMPLES help some of the directfb examples need image and fonts files from this package, this will add about 1M to your target config HOST_LIBPNG bool select HOST_ZLIB