summaryrefslogtreecommitdiffhomepage
path: root/vars/mesa.vars
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10remove Python2.7.wrapper (sbpython2 links libpython2.7.so with -rpath).midipix1-8/+0
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-12-10Revert "python2_host: use sbpython2 to build an --all-static python2."Lucio Andrés Illanes Albornoz1-1/+1
This reverts commit 4397349ecf7f970ace089238c42e45cfca7c952d.
2018-12-10python2_host: use sbpython2 to build an --all-static python2.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-04-01vars/mesa.vars:${PKG_CONFIG_CACHE_EXTRA}: use ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
${PREFIX}/bin/python2.7.wrapper instead of python2.7 (fixes mesa.)
2018-03-31vars/build.vars:native_packages_deps_x11: adds ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+8
{glproto,damageproto,libXdamage,mesa} v{1.4.17,1.2.1,1.1.4,18.0.0} (via Redfoxmoon.) vars/build.vars:libpthread_stubs: updated to v0.4 (via Redfoxmoon.) vars/build.vars:python2_host:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --enable-unicode=ucs4[1] (fixes mesa.) vars/build.vars:python2:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --enable-unicode=ucs4[1] for consistency. vars/mesa.vars:${PKG_CONFIG_CACHE_EXTRA}: force correct python2.7 binary path. patches/mesa-18.0.0.local.patch: via Redfoxmoon. References: Sat, 31 Mar 2018 16:01:36 +0000 [1] Compile with '--enable-unicode=ucs4' by default? · Issue #257 · pyenv/pyenv · GitHub <https://github.com/pyenv/pyenv/issues/257>