docs/buildroot.html: fix typo
[avatt.git] / package / directfb / Config.in
blob5a5db46d48d6ed946654af59d2968ce0a82aca93
1 config BR2_PACKAGE_DIRECTFB
2         bool "directfb"
3         select BR2_PACKAGE_FREETYPE
4         select BR2_PACKAGE_ZLIB
5         help
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
12         help
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"
33         default y
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"
44         default y
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"
50         default y
51         depends on BR2_PACKAGE_DIRECTFB
53 config BR2_PACKAGE_DIRECTFB_KEYBOARD
54         bool "compile keyboard input driver"
55         default y
56         depends on BR2_PACKAGE_DIRECTFB
58 config BR2_PACKAGE_DIRECTFB_PS2MOUSE
59         bool "compile PS2 mouse input driver"
60         default y
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"
66         default y
67         depends on BR2_PACKAGE_DIRECTFB
69 config BR2_PACKAGE_DIRECTFB_PNG
70         bool "enable PNG support"
71         default y
72         depends on BR2_PACKAGE_DIRECTFB
73         select BR2_PACKAGE_LIBPNG
75 config BR2_PACKAGE_DIRECTFB_TSLIB
76         bool "enable touchscreen support"
77         default y
78         depends on BR2_PACKAGE_DIRECTFB
79         select BR2_PACKAGE_TSLIB
81 config BR2_PACKAGE_DIRECTFB_GIF
82         bool "enable GIF support"
83         default y
84         depends on BR2_PACKAGE_DIRECTFB
85         select BR2_PACKAGE_LIBUNGIF
87 config BR2_PACKAGE_DIRECTFB_JPEG
88         bool "enable JPEG support"
89         default y
90         depends on BR2_PACKAGE_DIRECTFB
91         select BR2_PACKAGE_JPEG