summaryrefslogtreecommitdiffstats
path: root/package/directfb/Config.in
blob: b481fcefe5d87fb148b2d67ab0cfc4f29ed913bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
config BR2_PACKAGE_DIRECTFB
	bool "directfb"
	select BR2_PACKAGE_FREETYPE
	select BR2_PACKAGE_ZLIB
	help
	  http://www.directfb.org/

config BR2_PACKAGE_DIRECTFB_MULTI
	bool "directfb multi application"
	depends on BR2_PACKAGE_DIRECTFB
	select BR2_PACKAGE_LINUX_FUSION
	help
	  Enable use of multiple concurrent DirectFB applications
	  http://www.directfb.org/

config BR2_PACKAGE_DIRECTFB_XSERVER
        bool "build with X server backend"
        default n
        depends on BR2_PACKAGE_DIRECTFB
	depends on BR2_PACKAGE_XSERVER_x11r7 || BR2_PACKAGE_XSERVER_tinyx

config BR2_PACKAGE_DIRECTFB_UNIQUE
        bool "enable unique window manager"
        default n
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_ATI128
        bool "compile ati128 graphics driver"
        default n
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_CLE266
        bool "compile cle266 graphics driver"
        default y
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_MATROX
        bool "compile matrox graphics driver"
        default n
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_UNICHROME
        bool "compile unichrome graphics driver"
        default y
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_KEYBOARD
        bool "compile keyboard input driver"
        default y
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_PS2MOUSE
        bool "compile PS2 mouse input driver"
        default y
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
        bool "compile serial mouse input driver"
        default y
        depends on BR2_PACKAGE_DIRECTFB

config BR2_PACKAGE_DIRECTFB_PNG
        bool "enable PNG support"
        default y
        depends on BR2_PACKAGE_DIRECTFB
	select BR2_PACKAGE_LIBPNG

config BR2_PACKAGE_DIRECTFB_TSLIB
        bool "enable touchscreen support"
        default y
        depends on BR2_PACKAGE_DIRECTFB
	select BR2_PACKAGE_TSLIB

config BR2_PACKAGE_DIRECTFB_GIF
        bool "enable GIF support"
        default y
        depends on BR2_PACKAGE_DIRECTFB
	select BR2_PACKAGE_LIBUNGIF

config BR2_PACKAGE_DIRECTFB_JPEG
        bool "enable JPEG support"
        default y
        depends on BR2_PACKAGE_DIRECTFB
	select BR2_PACKAGE_JPEG