mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
glcpp: link with tests/common.c
So that prog_hash_table can use _mesa_error_no_memory function. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
This commit is contained in:
parent
7bfe94694c
commit
c692581ae8
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ libglcpp_la_SOURCES = \
|
|||
|
||||
glcpp_glcpp_SOURCES = \
|
||||
glcpp/glcpp.c \
|
||||
tests/common.c \
|
||||
$(top_srcdir)/src/mesa/program/prog_hash_table.c
|
||||
glcpp_glcpp_LDADD = \
|
||||
libglcpp.la \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue