diff options
author | Eric Anholt <[email protected]> | 2012-11-12 19:32:58 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-11-12 19:35:31 -0800 |
commit | 3a5ad21cd3f026579eeacc25b39513711556c7ee (patch) | |
tree | cdf25f9c0ccef23b14624b30fae10afe8f372af1 /src/mesa | |
parent | 6991c2922f530d88622900039c24bd04d9c15ce7 (diff) |
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
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 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 |