mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 02:50:39 +02:00
nouveau: Fix missing dri common symbols after automake conversion.
This commit is contained in:
parent
5fa27eafc8
commit
1237a56916
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
|
|||
nouveau_vieux_dri_la_LIBADD = \
|
||||
$(DRI_LIB_DEPS) \
|
||||
$(DRICORE_LIB_DEPS) \
|
||||
$(NOUVEAU_LIBS)
|
||||
$(NOUVEAU_LIBS) \
|
||||
../common/libdricommon.la
|
||||
|
||||
# Provide compatibility with scripts for the old Mesa build system for
|
||||
# a while by putting a link to the driver into /lib of the build tree.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue