Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
slapos
Commits
92db5881
Commit
92db5881
authored
Apr 30, 2020
by
Dmitry Blinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade mesa to 12.0.2 to hopefully fix failed build with newer glibc
parent
81e9fd90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
component/mesa/buildout.cfg
component/mesa/buildout.cfg
+3
-2
component/proviewR/buildout.cfg
component/proviewR/buildout.cfg
+1
-0
No files found.
component/mesa/buildout.cfg
View file @
92db5881
...
...
@@ -16,8 +16,8 @@ parts =
[mesa]
recipe = slapos.recipe.cmmi
shared = true
url =
ftp://ftp.freedesktop.org/pub/mesa/11.0.3/mesa-11.0.3.tar.x
z
md5sum =
bf9118bf0fbf360715cfe60baf7a1db5
url =
https://mesa.freedesktop.org/archive/older-versions/12.x/12.0.2/mesa-12.0.2.tar.g
z
md5sum =
e9e4b430288e343b5f5310eb559c9858
configure-options =
--enable-static
--disable-gles1
...
...
@@ -42,6 +42,7 @@ environment =
ACLOCAL=${automake:location}/bin/aclocal -I${libtool:location}/share/aclocal -I${pkgconfig:location}/share/aclocal
AUTOCONF=${autoconf:location}/bin/autoconf
AUTOMAKE=${automake:location}/bin/automake
MAJOR_IN_SYSMACROS=true
make-options =
-j1
LIBTOOL=${libtool:location}/bin/libtool
...
...
component/proviewR/buildout.cfg
View file @
92db5881
...
...
@@ -174,6 +174,7 @@ configure-options =
environment =
PKG_CONFIG=${pkgconfig:location}/bin/pkg-config
PKG_CONFIG_PATH=${damageproto:location}/lib/pkgconfig:${fixesproto:location}/lib/pkgconfig:${glproto:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${libexpat:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xdamage:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xfixes:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:${libdrm:location}/lib/pkgconfig
MAJOR_IN_SYSMACROS=true
[xserver]
configure-options =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment