mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Merge pull request #3870 from MilhouseVH/le10_mesa-19.2.0
mesa: update to mesa-19.2.0
This commit is contained in:
commit
087e70cd7e
@ -1,17 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="glu"
|
||||
PKG_VERSION="9.0.0"
|
||||
PKG_SHA256="3d19cca9b26ec4048dd22e3d294acd43e080a3205a29ff47765bd514571ea8f9"
|
||||
PKG_VERSION="9.0.1"
|
||||
PKG_SHA256="f98dff2045e0c557da88553bf4cf9958f49cd5bd40d33d2f8b5e13c8f904d126"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://cgit.freedesktop.org/mesa/glu/"
|
||||
PKG_URL="http://cgit.freedesktop.org/mesa/glu/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_URL="http://cgit.freedesktop.org/mesa/glu/snapshot/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain mesa"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory mesa)"
|
||||
PKG_LONGDESC="libglu is the The OpenGL utility library"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
||||
--disable-debug \
|
||||
--disable-osmesa \
|
||||
--with-gnu-ld"
|
||||
--disable-debug \
|
||||
--disable-osmesa \
|
||||
--with-gnu-ld"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mesa"
|
||||
PKG_VERSION="19.1.7"
|
||||
PKG_SHA256="97c9f6a6127bee5ab21c3fe63ff3e0bd73a7966415f92f66500b0b276b7150da"
|
||||
PKG_VERSION="19.2.0"
|
||||
PKG_SHA256="759b49948e61e4312ae12c7bb905b0ec6d385535dc44fe346c334e5a4807e0cd"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.mesa3d.org/"
|
||||
PKG_URL="https://github.com/mesa3d/mesa/archive/mesa-${PKG_VERSION}.tar.gz"
|
||||
@ -33,7 +33,6 @@ PKG_MESON_OPTS_TARGET="-Ddri-drivers=${DRI_DRIVERS// /,} \
|
||||
-Dopengl=true \
|
||||
-Dgbm=true \
|
||||
-Degl=true \
|
||||
-Dasm=true \
|
||||
-Dvalgrind=false \
|
||||
-Dlibunwind=false \
|
||||
-Dlmsensors=false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user