<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:brad.king@kitware.com" title="Brad King <brad.king@kitware.com>"> <span class="fn">Brad King</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Please restore --with-{gl, osmesa}-lib-name options"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107533">bug 107533</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Please restore --with-{gl, osmesa}-lib-name options"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107533#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Please restore --with-{gl, osmesa}-lib-name options"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107533">bug 107533</a>
from <span class="vcard"><a class="email" href="mailto:brad.king@kitware.com" title="Brad King <brad.king@kitware.com>"> <span class="fn">Brad King</span></a>
</span></b>
<pre><span class="quote">> an arbitrary name many have worked in a particular combination</span >
Yes, I use:
./autogen.sh \
--prefix="$prefix" \
--disable-dri \
--disable-egl \
--disable-gbm \
--disable-gles1 \
--disable-gles2 \
--disable-shared-glapi \
--with-platforms=x11 \
--enable-glx=gallium-xlib \
--enable-gallium-osmesa \
--with-gallium-drivers=swrast \
--enable-gallium-llvm=yes \
LLVM_CONFIG=$llvm_config \
--enable-llvm-shared-libs \
--with-gl-lib-name=$gl_name \
--with-osmesa-lib-name=$osmesa_name
<span class="quote">> but the rest were broken</span >
Ah, okay.
<span class="quote">> is a rm && patchelf, post-install.</span >
In principle 'lib/pkgconfig/*.pc' and 'lib/*.la' need to be updated
too but I don't need those for my use case. I've updated my scripts
to rename post-install, patchelf, and revise symlinks.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>