Changeset a3391441
- Timestamp:
- 09/13/2014 03:29:21 PM (9 years ago)
- Branches:
- systemd-11177
- Parents:
- 3985f6f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
packages.ent
r3985f6f ra3391441 429 429 <!ENTITY xcursor-themes-version "1.0.4"> 430 430 <!ENTITY xkeyboard-config-version "2.12"> 431 <!ENTITY mesalib-version "10.2. 6">431 <!ENTITY mesalib-version "10.2.7"> 432 432 <!ENTITY xcb-util-version "0.3.9"> 433 433 <!ENTITY xcb-util-image-version "0.3.9"> -
x/installing/mesalib-systemd.xml
r3985f6f ra3391441 73 73 </itemizedlist> 74 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>75 <bridgehead renderas="sect3">Additional Patch</bridgehead> 76 76 <itemizedlist spacing="compact"> 77 77 <listitem> 78 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/MesaLib-&mesalib-version;-upstream_fixes-1.patch"/>. 81 </para> 82 </listitem> 83 <listitem> 84 <para> 79 85 Recommended patch: 80 <ulink url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos- 3.patch"/>86 <ulink url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-1.patch"/> 81 87 (Needed if testing the Xorg installation per BLFS instructions). 82 88 </para> … … 155 161 </para> 156 162 157 <screen><userinput>sed -e '/0x0303/ a#define OwningPtr std::unique_ptr\n#elif HAVE_LLVM >= 0x0303' \ 158 -e 's/^#if HAVE_LLVM >= 0x0303/#if HAVE_LLVM >= 0x0305/' \ 159 -i src/gallium/auxiliary/gallivm/lp_bld_debug.cpp && 163 <screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-upstream_fixes-1.patch && 160 164 161 165 ./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \
Note:
See TracChangeset
for help on using the changeset viewer.