[Mesa-dev] [PATCH 4/4] automake: loader: don't create an empty dri3 helper

Kristian Høgsberg krh at bitplanet.net
Thu Nov 19 09:20:40 PST 2015


On Thu, Nov 19, 2015 at 8:33 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Seems that creating an empty one does not fair too well with MacOSX's
> ar. Considering that all the users of the helper include it only when
> needed, let's reshuffle the makefile.

For the series,

Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>


> Cc: Vinson Lee <vlee at freedesktop.org>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92985
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/loader/Makefile.am | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am
> index 5daa42e..5021120 100644
> --- a/src/loader/Makefile.am
> +++ b/src/loader/Makefile.am
> @@ -23,7 +23,7 @@ include Makefile.sources
>
>  EXTRA_DIST = SConscript
>
> -noinst_LTLIBRARIES = libloader.la libloader_dri3_helper.la
> +noinst_LTLIBRARIES = libloader.la
>
>  AM_CPPFLAGS = \
>         $(DEFINES) \
> @@ -57,6 +57,8 @@ libloader_la_LIBADD += \
>  endif
>
>  if HAVE_DRI3
> +noinst_LTLIBRARIES += libloader_dri3_helper.la
> +
>  libloader_dri3_helper_la_SOURCES = \
>         loader_dri3_helper.c \
>         loader_dri3_helper.h
> --
> 2.6.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list