mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Update to mesa-13.0.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17954 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c506c3db67
commit
72f0b9cc10
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>November 13th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mesa-13.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;8452">#8452</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to jasper-1.900.28. Fixes
|
||||
<ulink url="&blfs-ticket-root;8499">#8499</ulink>.</para>
|
||||
|
@ -489,7 +489,7 @@
|
||||
<!ENTITY xbitmaps-version "1.1.1">
|
||||
<!ENTITY xcursor-themes-version "1.0.4">
|
||||
<!ENTITY xkeyboard-config-version "2.19">
|
||||
<!ENTITY mesa-version "12.0.3">
|
||||
<!ENTITY mesa-version "13.0.0">
|
||||
<!ENTITY xcb-util-version "0.4.0">
|
||||
<!ENTITY xcb-util-image-version "0.4.0">
|
||||
<!ENTITY xcb-util-keysyms-version "0.4.0">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY mesa-download-http " ">
|
||||
<!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
|
||||
<!ENTITY mesa-md5sum "1113699c714042d8c4df4766be8c57d8">
|
||||
<!ENTITY mesa-size "8.2 MB">
|
||||
<!ENTITY mesa-buildsize "348 MB (with tests and docs)">
|
||||
<!ENTITY mesa-time "3.7 SBU (with tests and docs - all with parallelism = 4),">
|
||||
<!ENTITY mesa-md5sum "8c4ca7da1be2b8f9a877db09304335a4">
|
||||
<!ENTITY mesa-size "8.7 MB">
|
||||
<!ENTITY mesa-buildsize "344 MB (with tests and docs)">
|
||||
<!ENTITY mesa-time "4.2 SBU (with tests and docs and parallelism = 4),">
|
||||
]>
|
||||
|
||||
<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
|
||||
@ -180,8 +180,8 @@
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<screen><userinput>sed -i "/pthread-stubs/d" configure.ac &&
|
||||
sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &&
|
||||
<screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &&
|
||||
sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &&
|
||||
|
||||
./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2' \
|
||||
--prefix=$XORG_PREFIX \
|
||||
|
Loading…
Reference in New Issue
Block a user