Changeset 260008f
- Timestamp:
- 12/10/2011 11:42:19 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2b67be80
- Parents:
- 5cd2984
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5cd2984 r260008f 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Added LLVM patch to MesaLib.</para> 49 </listitem> 50 <listitem> 48 51 <para>[ken] - Updated to babl-0.1.6.</para> 49 52 </listitem> -
x/installing/mesalib.xml
r5cd2984 r260008f 63 63 <itemizedlist spacing="compact"> 64 64 <listitem> 65 <para>Required patch: <ulink 66 url="&patch-root;/MesaLib-&mesalib-version;-llvm_3.0-1.patch"/> 67 </para> 68 </listitem> 69 <listitem> 65 70 <para>Recommended patch: <ulink 66 url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos- 1.patch"/>71 url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-2.patch"/> 67 72 (Needed if testing the Xorg installation per BLFS instructions)</para> 68 73 </listitem> … … 103 108 104 109 <screen><userinput>sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure && 105 patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-1.patch && 110 patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_3.0-1.patch && 111 patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-2.patch && 106 112 ./configure $XORG_CONFIG --enable-xcb && 107 113 make</userinput></screen> … … 122 128 <systemitem class="username">root</systemitem> user:</para> 123 129 124 <screen role="root"><userinput>ln -s -v ${XORG_PREFIX}/include/GL /usr/include</userinput></screen> 130 <screen role="root"><userinput>ln -s -v ${XORG_PREFIX}/include/GL /usr/include && 131 ln -s -v ${XORG_PREFIX}/include/EGL /usr/include && 132 ln -s -v ${XORG_PREFIX}/include/KHR /usr/include</userinput></screen> 125 133 126 134 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.