Changeset 86a3742
- Timestamp:
- 03/16/2019 09:32:46 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c80fc008
- Parents:
- ce263b7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rce263b7 r86a3742 46 46 <para>March 16th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Allow building the mesa glx demos when using 50 the meson build system.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[bdubbs] - Update to .freetype-2.10.0 Fixes -
x/installing/mesa.xml
rce263b7 r86a3742 84 84 Recommended patch: 85 85 <ulink 86 url="&patch-root;/mesa-&mesa-version;-add_xdemos- 1.patch"/>86 url="&patch-root;/mesa-&mesa-version;-add_xdemos-2.patch"/> 87 87 (installs 2 demo programs for testing Mesa - not needed if you 88 88 install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/"> … … 157 157 </para> 158 158 159 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos- 1.patch</userinput></screen>159 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-2.patch</userinput></screen> 160 160 161 161 <!-- Note that freedreno, vc4, and virgl all need special support from … … 210 210 </para> 211 211 212 <screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX </userinput></screen>212 <screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX LIBRARY_PATH=$PWD/src/glx</userinput></screen> 213 213 <!-- 214 214 <para>
Note:
See TracChangeset
for help on using the changeset viewer.