mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 15:30:14 +01:00
egl-static: Fix undefined reference to `loader_*'
Trivial. Better than a broken build.
This commit is contained in:
parent
a6022e5405
commit
9ec7cb8aa0
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ egl_gallium_la_SOURCES = \
|
|||
egl_st.c
|
||||
|
||||
egl_gallium_la_LIBADD = \
|
||||
$(top_builddir)/src/loader/libloader.la \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(top_builddir)/src/gallium/drivers/identity/libidentity.la \
|
||||
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue