From: Eric Anholt Date: Tue, 13 Nov 2012 03:32:58 +0000 (-0800) Subject: mesa: Fix gallium build since 6991c2922f X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a5ad21cd3f026579eeacc25b39513711556c7ee;p=mesa.git mesa: Fix gallium build since 6991c2922f Looks like I screwed up and didn't test gallium again after tweaking the Makefile. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57044 --- diff --git a/src/mesa/program/Makefile.am b/src/mesa/program/Makefile.am index db6616c7e38..ea412f56f74 100644 --- a/src/mesa/program/Makefile.am +++ b/src/mesa/program/Makefile.am @@ -35,7 +35,7 @@ DRICORE_LIB = libdricore_program.la endif noinst_LTLIBRARIES = $(DRICORE_LIB) -if NEED_LIBMESA +if HAVE_GALLIUM noinst_LTLIBRARIES += libprogram.la else check_LTLIBRARIES = libprogram.la