mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radeon: Fix missing dri common symbols after automake conversion.
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
45389caf05
commit
5fa27eafc8
2 changed files with 4 additions and 2 deletions
|
|
@ -52,7 +52,8 @@ r200_dri_la_LDFLAGS = -module -avoid-version -shared
|
|||
r200_dri_la_LIBADD = \
|
||||
$(DRI_LIB_DEPS) \
|
||||
$(DRICORE_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
$(RADEON_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.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ radeon_dri_la_LDFLAGS = -module -avoid-version -shared
|
|||
radeon_dri_la_LIBADD = \
|
||||
$(DRI_LIB_DEPS) \
|
||||
$(DRICORE_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
$(RADEON_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