1 config BR2_PACKAGE_DIRECTFB
3 select BR2_PACKAGE_FREETYPE
4 select BR2_PACKAGE_ZLIB
6 http://www.directfb.org/
8 config BR2_PACKAGE_DIRECTFB_MULTI
9 bool "directfb multi application"
10 depends on BR2_PACKAGE_DIRECTFB
11 select BR2_PACKAGE_LINUX_FUSION
13 Enable use of multiple concurrent DirectFB applications
14 http://www.directfb.org/
16 config BR2_PACKAGE_DIRECTFB_XSERVER
17 bool "build with X server backend"
18 depends on BR2_PACKAGE_DIRECTFB
19 depends on !BR2_PACKAGE_XSERVER_none
21 config BR2_PACKAGE_DIRECTFB_UNIQUE
22 bool "enable unique window manager"
23 depends on BR2_PACKAGE_DIRECTFB
24 depends on BR2_UNIMPLEMENTED
26 config BR2_PACKAGE_DIRECTFB_ATI128
27 bool "compile ati128 graphics driver"
28 depends on BR2_PACKAGE_DIRECTFB
29 depends on BR2_i386 || BR2_x86_64
31 config BR2_PACKAGE_DIRECTFB_CLE266
32 bool "compile cle266 graphics driver"
34 depends on BR2_PACKAGE_DIRECTFB
35 depends on BR2_i386 || BR2_x86_64
37 config BR2_PACKAGE_DIRECTFB_MATROX
38 bool "compile matrox graphics driver"
39 depends on BR2_PACKAGE_DIRECTFB
40 depends on BR2_i386 || BR2_x86_64
42 config BR2_PACKAGE_DIRECTFB_UNICHROME
43 bool "compile unichrome graphics driver"
45 depends on BR2_PACKAGE_DIRECTFB
46 depends on BR2_i386 || BR2_x86_64
48 config BR2_PACKAGE_DIRECTFB_LINUXINPUT
49 bool "compile /dev/input/eventX input driver"
51 depends on BR2_PACKAGE_DIRECTFB
53 config BR2_PACKAGE_DIRECTFB_KEYBOARD
54 bool "compile keyboard input driver"
56 depends on BR2_PACKAGE_DIRECTFB
58 config BR2_PACKAGE_DIRECTFB_PS2MOUSE
59 bool "compile PS2 mouse input driver"
61 depends on BR2_PACKAGE_DIRECTFB
62 depends on BR2_i386 || BR2_x86_64
64 config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
65 bool "compile serial mouse input driver"
67 depends on BR2_PACKAGE_DIRECTFB
69 config BR2_PACKAGE_DIRECTFB_PNG
70 bool "enable PNG support"
72 depends on BR2_PACKAGE_DIRECTFB
73 select BR2_PACKAGE_LIBPNG
75 config BR2_PACKAGE_DIRECTFB_TSLIB
76 bool "enable touchscreen support"
78 depends on BR2_PACKAGE_DIRECTFB
79 select BR2_PACKAGE_TSLIB
81 config BR2_PACKAGE_DIRECTFB_GIF
82 bool "enable GIF support"
84 depends on BR2_PACKAGE_DIRECTFB
85 select BR2_PACKAGE_LIBUNGIF
87 config BR2_PACKAGE_DIRECTFB_JPEG
88 bool "enable JPEG support"
90 depends on BR2_PACKAGE_DIRECTFB
91 select BR2_PACKAGE_JPEG