Skip to content

Commit

Permalink
mesa-lib: version bumped to 17.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Apr 29, 2017
1 parent ca2e83b commit 0888fad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions lib/mesa-lib/BUILD
Expand Up @@ -6,8 +6,8 @@ if [[ $GALLIUM == y ]]; then
OPTS+=" --with-gallium-drivers=swrast,$(echo $GALLIUMDRIVER | sed s/\ /,/g)" &&
OPTS+=" --enable-gallium-egl --enable-gallium-osmesa"
else
OPTS+=" --enable-egl --enable-osmesa --with-gallium-drivers="
fi &&
OPTS+=" --enable-egl --enable-gallium-osmesa --with-gallium-drivers="
fi &&

OPTS+=" --with-egl-platforms=drm,x11" &&
if in_depends $MODULE wayland; then
Expand All @@ -28,3 +28,6 @@ OPTS+=" --enable-xa \
--with-dri-drivers=swrast,$(echo $MESADRIVER | sed s/\ /,/g)" &&

default_build

# indirect rendering
ln -s /usr/lib/libGLX_mesa.so.0 /usr/lib/libGLX_indirect.so.0
4 changes: 4 additions & 0 deletions lib/mesa-lib/DEPENDS
Expand Up @@ -12,6 +12,10 @@ depends libxml2
depends dbus-glib
depends %UDEV

if [[ $GALLIUM == y ]]; then
depends llvm
fi

optional_depends libva "" "" "for Intel DRI video acceleration support"
optional_depends libvdpau "" "" "for NVIDIA (or nouveau) VDPAU support"
optional_depends libinput "" "" "for libinput support"
Expand Down
8 changes: 4 additions & 4 deletions lib/mesa-lib/DETAILS
@@ -1,12 +1,12 @@
MODULE=mesa-lib
VERSION=13.0.4
VERSION=17.0.5
SOURCE=mesa-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mesa-$VERSION
SOURCE_URL=ftp://ftp.freedesktop.org/pub/mesa/$VERSION/
SOURCE_VFY=sha256:a95d7ce8f7bd5f88585e4be3144a341236d8c0fc91f6feaec59bb8ba3120e726
SOURCE_URL=https://mesa.freedesktop.org/archive/
SOURCE_VFY=sha256:668efa445d2f57a26e5c096b1965a685733a3b57d9c736f9d6460263847f9bfe
WEB_SITE=http://www.mesa3d.org
ENTERED=20060215
UPDATED=20170202
UPDATED=20170429
SHORT="Mesa 3D library"

cat << EOF
Expand Down
1 change: 1 addition & 0 deletions lib/mesa-lib/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&

sedit "s:-l@GL_LIB@:-lGL:" src/mesa/gl.pc.in &&
sedit "s:cygwin* ):cygwin* | linux* ):" configure.ac

0 comments on commit 0888fad

Please sign in to comment.