Skip to content

Commit

Permalink
mesalib: Update version from 18.1.6 to 18.2.1
Browse files Browse the repository at this point in the history
Change-logs are available online.

1.  https://www.mesa3d.org/relnotes/18.2.0.html
2.  https://www.mesa3d.org/relnotes/18.2.1.html

Built with the command below.

    sudo BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j120' prun python ./mesalib.be0 -c

This fixes the error below.

    configure: error: Python mako module v0.8.0 or higher not found

Python environment:

    $ prun python python --version
    Python 2.7.15
  • Loading branch information
pmenzel authored and donald committed Oct 10, 2018
1 parent a203930 commit 96545f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesalib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesalib-18.1.6-0
# BEE_VERSION mesalib-18.2.1-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 96545f0

Please sign in to comment.