https://bugs.freedesktop.org/show_bug.cgi?id=107533
Brad King <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Brad King <[email protected]> ---
> 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._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev