projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6991c29
)
mesa: Fix gallium build since 6991c2922f
author
Eric Anholt
<eric@anholt.net>
Tue, 13 Nov 2012 03:32:58 +0000
(19:32 -0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 13 Nov 2012 03:35:31 +0000
(19:35 -0800)
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
patch
|
blob
|
history
diff --git
a/src/mesa/program/Makefile.am
b/src/mesa/program/Makefile.am
index db6616c7e38674136fa452fe48a72b489d79baef..ea412f56f742f5119390e2c7bca8ffe37bad6992 100644
(file)
--- 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