Bump buildroot to 2019.02
This commit is contained in:
@@ -4,9 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WESTON_VERSION = 3.0.0
|
||||
ifeq ($(BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_WL),y)
|
||||
WESTON_VERSION = rel_imx_4.9.51_8mq_ga
|
||||
WESTON_SITE = https://source.codeaurora.org/external/imx/weston-imx
|
||||
WESTON_SITE_METHOD = git
|
||||
WESTON_AUTORECONF = YES
|
||||
else
|
||||
WESTON_VERSION = 5.0.0
|
||||
WESTON_SITE = http://wayland.freedesktop.org/releases
|
||||
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
|
||||
endif
|
||||
WESTON_LICENSE = MIT
|
||||
WESTON_LICENSE_FILES = COPYING
|
||||
|
||||
@@ -50,10 +57,18 @@ else
|
||||
WESTON_CONF_OPTS += --disable-weston-launch
|
||||
endif
|
||||
|
||||
# Needs wayland-egl, which normally only mesa provides
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL)$(BR2_PACKAGE_MESA3D_OPENGL_ES),yy)
|
||||
ifeq ($(BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_WL),y)
|
||||
ifeq ($(BR2_PACKAGE_IMX_GPU_G2D),y)
|
||||
WESTON_DEPENDENCIES += imx-gpu-g2d
|
||||
# --enable-imxg2d actually disables it, so no CONF_OPTS
|
||||
else
|
||||
WESTON_CONF_OPTS += --disable-imxg2d
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND)$(BR2_PACKAGE_HAS_LIBGLES),yy)
|
||||
WESTON_CONF_OPTS += --enable-egl
|
||||
WESTON_DEPENDENCIES += libegl
|
||||
WESTON_DEPENDENCIES += libegl libgles
|
||||
else
|
||||
WESTON_CONF_OPTS += \
|
||||
--disable-egl \
|
||||
@@ -61,12 +76,6 @@ WESTON_CONF_OPTS += \
|
||||
--disable-simple-egl-clients
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||
WESTON_DEPENDENCIES += libunwind
|
||||
else
|
||||
WESTON_CONF_OPTS += --disable-libunwind
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WESTON_RDP),y)
|
||||
WESTON_DEPENDENCIES += freerdp
|
||||
WESTON_CONF_OPTS += --enable-rdp-compositor
|
||||
|
||||
Reference in New Issue
Block a user