mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
freedreno: Fix the Makefile.am fix
Commitb028ce29f0fixed a typo in src/freedreno/Makefile.am, but ended up breaking the build for freedreno. The typo inadvertently made things work, as we were not supposed to link with libnir or libmesautil to begin with. Those come in through libmesagallium and the typo prevented the duplicated linkage. Fixes:b028ce29f("freedreno: add the missing _la in libfreedreno_ir3_la") Cc: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
f447a13032
commit
9578dde1c8
1 changed files with 0 additions and 3 deletions
|
|
@ -65,9 +65,6 @@ libfreedreno_ir3_la_CFLAGS = \
|
|||
-I$(top_srcdir)/src/freedreno/ir3 \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_srcdir)/src/compiler/nir
|
||||
libfreedreno_ir3_la_LIBADD = \
|
||||
$(top_builddir)/src/compiler/nir/libnir.la \
|
||||
$(top_builddir)/src/util/libmesautil.la
|
||||
|
||||
ir3/ir3_nir_trig.c: ir3/ir3_nir_trig.py $(top_srcdir)/src/compiler/nir/nir_algebraic.py
|
||||
$(MKDIR_GEN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue