Skip to content

Update to libdrm 2.4.94 and Mesa 3D 18.2.1 #927

Merged
merged 5 commits into from
Oct 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mesalib: Update version from 18.1.6 to 18.2.1
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
pmenzel committed Oct 2, 2018
commit 4f49e2a07b4741d4f4fd0f7d4ecac93efd55ece9
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.)