Browse Source

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
tags/gles3-fmt-v1
Eric Anholt 13 years ago
parent
commit
3a5ad21cd3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/program/Makefile.am

+ 1
- 1
src/mesa/program/Makefile.am View File

@@ -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

Loading…
Cancel
Save