[Mesa-dev] [PATCH] automake: Honor GL_LIB for gallium libgl-xlib
Emil Velikov
emil.l.velikov at gmail.com
Sat May 10 05:37:21 PDT 2014
On 06/05/14 16:06, Brad King wrote:
> Use "@GL_LIB@" in src/gallium/targets/libgl-xlib/Makefile.am to produce
> the library name specified by the configure --with-gl-lib-name option.
Hi Brad, I was planning on doing the same thing for ages but kind of forgot :)
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
FWIW unless someone has further feedback I'll push this ~mid of the upcoming week.
Thanks
Emil
> ---
> src/gallium/targets/libgl-xlib/Makefile.am | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am
> index 4ee364e..7651333 100644
> --- a/src/gallium/targets/libgl-xlib/Makefile.am
> +++ b/src/gallium/targets/libgl-xlib/Makefile.am
> @@ -40,17 +40,17 @@ AM_CPPFLAGS = \
> -DGALLIUM_GALAHAD
> AM_CFLAGS = $(X11_INCLUDES)
>
> -lib_LTLIBRARIES = libGL.la
> +lib_LTLIBRARIES = lib at GL_LIB@.la
>
> -nodist_EXTRA_libGL_la_SOURCES = dummy.cpp
> -libGL_la_SOURCES = xlib.c
> -libGL_la_LDFLAGS = \
> +nodist_EXTRA_lib at GL_LIB@_la_SOURCES = dummy.cpp
> +lib at GL_LIB@_la_SOURCES = xlib.c
> +lib at GL_LIB@_la_LDFLAGS = \
> -no-undefined \
> -version-number $(GL_MAJOR):$(GL_MINOR):$(GL_TINY) \
> $(GC_SECTIONS) \
> $(LD_NO_UNDEFINED)
>
> -libGL_la_LIBADD = \
> +lib at GL_LIB@_la_LIBADD = \
> $(top_builddir)/src/gallium/state_trackers/glx/xlib/libxlib.la \
> $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
> $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
> @@ -64,9 +64,9 @@ libGL_la_LIBADD = \
> $(CLOCK_LIB)
>
> if HAVE_MESA_LLVM
> -libGL_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS)
> +lib at GL_LIB@_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS)
> AM_CPPFLAGS += -DGALLIUM_LLVMPIPE
> -libGL_la_LDFLAGS += $(LLVM_LDFLAGS)
> +lib at GL_LIB@_la_LDFLAGS += $(LLVM_LDFLAGS)
> endif
>
> include $(top_srcdir)/install-gallium-links.mk
>
More information about the mesa-dev
mailing list