[Mesa-dev] [Bug 107533] Please restore --with-{gl, osmesa}-lib-name options
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 9 14:33:39 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107533
Brad King <brad.king at kitware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Brad King <brad.king at kitware.com> ---
> an arbitrary name many have worked in a particular combination
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
> but the rest were broken
Ah, okay.
> is a rm && patchelf, post-install.
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.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180809/cd71d33b/attachment.html>
More information about the mesa-dev
mailing list