Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -9,11 +9,13 @@ config BR2_PACKAGE_DIRECTFB
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
DirectFB (Direct Frame Buffer) is a set of graphics APIs implemented
|
||||
on top of the Linux Frame Buffer (fbdev) abstraction layer. It is an
|
||||
alternative to X11 with a smaller memory footprint that still has an
|
||||
integrated windowing system. As of 4 October 2015, DirectFB's website
|
||||
http://www.directfb.org/ is down. See alternative site listed below.
|
||||
DirectFB (Direct Frame Buffer) is a set of graphics APIs
|
||||
implemented on top of the Linux Frame Buffer (fbdev)
|
||||
abstraction layer. It is an alternative to X11 with a smaller
|
||||
memory footprint that still has an integrated windowing
|
||||
system. As of 4 October 2015, DirectFB's website
|
||||
http://www.directfb.org/ is down. See alternative site listed
|
||||
below.
|
||||
|
||||
http://elinux.org/DirectFB
|
||||
|
||||
@@ -21,9 +23,9 @@ if BR2_PACKAGE_DIRECTFB
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_MULTI
|
||||
bool "directfb multi application"
|
||||
select BR2_PACKAGE_LINUX_FUSION
|
||||
depends on BR2_USE_MMU # madvise()
|
||||
depends on BR2_LINUX_KERNEL
|
||||
select BR2_PACKAGE_LINUX_FUSION
|
||||
help
|
||||
Enable use of multiple concurrent DirectFB applications
|
||||
|
||||
@@ -113,13 +115,9 @@ config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_TSLIB
|
||||
bool "enable touchscreen support"
|
||||
depends on !BR2_STATIC_LIBS # tslib
|
||||
default y
|
||||
select BR2_PACKAGE_TSLIB
|
||||
|
||||
comment "touchscreen support needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_GIF
|
||||
bool "enable GIF support"
|
||||
default y
|
||||
@@ -130,8 +128,8 @@ config BR2_PACKAGE_DIRECTFB_TIFF
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_IMLIB2
|
||||
bool "enable IMLIB2 support"
|
||||
select BR2_PACKAGE_IMLIB2
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_IMLIB2
|
||||
|
||||
comment "imlib2 support needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user