Mesa (master): mesa: Fix gallium build since 6991c2922f

Eric Anholt anholt at kemper.freedesktop.org
Tue Nov 13 03:36:28 UTC 2012


Module: Mesa
Branch: master
Commit: 3a5ad21cd3f026579eeacc25b39513711556c7ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a5ad21cd3f026579eeacc25b39513711556c7ee

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Nov 12 19:32:58 2012 -0800

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/program/Makefile.am b/src/mesa/program/Makefile.am
index db6616c..ea412f5 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




More information about the mesa-commit mailing list