mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 10:30:52 +00:00
Mesa: switch to Mesa-9.3-devel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f1f9cd6745
commit
46c4cab059
@ -18,22 +18,14 @@
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
case "$MESA" in
|
||||
default)
|
||||
PKG_VERSION="9.2.0"
|
||||
PKG_URL="ftp://freedesktop.org/pub/mesa/9.2/MesaLib-$PKG_VERSION.tar.bz2"
|
||||
;;
|
||||
master)
|
||||
PKG_VERSION="ckoenig-8d56907"
|
||||
PKG_URL="$DISTRO_SRC/Mesa-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
||||
PKG_NAME="Mesa"
|
||||
PKG_VERSION="ckoenig-8d56907"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.mesa3d.org/"
|
||||
# PKG_URL="ftp://freedesktop.org/pub/mesa/9.2/MesaLib-$PKG_VERSION.tar.bz2"
|
||||
PKG_URL="$DISTRO_SRC/Mesa-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS="libXdamage libdrm expat libXext libXfixes libX11"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain Python-host makedepend:host libxml2-host expat glproto dri2proto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11"
|
||||
PKG_PRIORITY="optional"
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="master"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="default"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="master"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="master"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="master"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="default"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="default"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
@ -237,11 +237,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="no"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="default"
|
||||
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver)
|
||||
OPENGLES="bcm2835-driver"
|
||||
|
||||
|
@ -232,11 +232,6 @@
|
||||
# OpenGL(X) implementation to use (no / Mesa)
|
||||
OPENGL="Mesa"
|
||||
|
||||
# Mesa to use
|
||||
# default: default Mesa release
|
||||
# master: latest Mesa-master checkout
|
||||
MESA="default"
|
||||
|
||||
# OpenGL-ES implementation to use (no)
|
||||
OPENGLES="no"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user