From 3a5ad21cd3f026579eeacc25b39513711556c7ee Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 12 Nov 2012 19:32:58 -0800 Subject: [PATCH] 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 --- src/mesa/program/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2