Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
||||
|
||||
# Not possible to directly refer to mesa3d variables, because of
|
||||
# first/second expansion trickery...
|
||||
MESA3D_HEADERS_VERSION = 12.0.1
|
||||
MESA3D_HEADERS_VERSION = 13.0.4
|
||||
MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
|
||||
MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION)
|
||||
MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos
|
||||
@@ -47,7 +47,7 @@ define MESA3D_HEADERS_INSTALL_DRI_PC
|
||||
$(INSTALL) -D -m 0644 $(@D)/include/GL/internal/dri_interface.h \
|
||||
$(STAGING_DIR)/usr/include/GL/internal/dri_interface.h
|
||||
$(INSTALL) -D -m 0644 $(@D)/src/mesa/drivers/dri/dri.pc \
|
||||
$(STAGING_DIR)/usr/lib/pkg-config/dri.pc
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/dri.pc
|
||||
endef
|
||||
|
||||
endif # Xorg
|
||||
@@ -62,10 +62,6 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
|
||||
MESA3D_HEADERS_DIRS += GLES GLES2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LIBOPENVG),y)
|
||||
MESA3D_HEADERS_DIRS += VG
|
||||
endif
|
||||
|
||||
define MESA3D_HEADERS_BUILD_CMDS
|
||||
$(MESA3D_HEADERS_BUILD_DRI_PC)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user