summaryrefslogtreecommitdiff
path: root/package/directfb/Config.in
blob: 7517c7bfb757c4f3e42552bae72c0e07f4c97982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config BR2_PACKAGE_DIRECTFB
	bool "directfb"
	default n
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_JPEG
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_LIBSYSFS
	select BR2_PACKAGE_FREETYPE
	select BR2_PACKAGE_TSLIB
	help
	  http://www.directfb.org/


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