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
|
||||
|
||||
@@ -8,7 +8,7 @@ DIRECTFB_VERSION_MAJOR = 1.7
|
||||
DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).7
|
||||
DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
|
||||
DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
|
||||
DIRECTFB_LICENSE = LGPLv2.1+
|
||||
DIRECTFB_LICENSE = LGPL-2.1+
|
||||
DIRECTFB_LICENSE_FILES = COPYING
|
||||
DIRECTFB_INSTALL_STAGING = YES
|
||||
DIRECTFB_AUTORECONF = YES
|
||||
@@ -70,7 +70,7 @@ DIRECTFB_GFX = \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_CYBER5K),cyber5k) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_MATROX),matrox) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_I830),i830) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_I830),i830) \
|
||||
$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
|
||||
|
||||
ifeq ($(strip $(DIRECTFB_GFX)),)
|
||||
@@ -164,10 +164,10 @@ HOST_DIRECTFB_BUILD_CMDS = \
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/tools directfb-csource
|
||||
|
||||
HOST_DIRECTFB_INSTALL_CMDS = \
|
||||
$(INSTALL) -m 0755 $(@D)/tools/directfb-csource $(HOST_DIR)/usr/bin
|
||||
$(INSTALL) -m 0755 $(@D)/tools/directfb-csource $(HOST_DIR)/bin
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
# directfb-csource for the host
|
||||
DIRECTFB_HOST_BINARY = $(HOST_DIR)/usr/bin/directfb-csource
|
||||
DIRECTFB_HOST_BINARY = $(HOST_DIR)/bin/directfb-csource
|
||||
|
||||
Reference in New Issue
Block a user