freedreno: Fix the Makefile.am fix
authorKristian H. Kristensen <hoegsberg@chromium.org>
Mon, 10 Dec 2018 22:22:47 +0000 (14:22 -0800)
committerKristian H. Kristensen <hoegsberg@chromium.org>
Mon, 10 Dec 2018 22:28:09 +0000 (14:28 -0800)
commit9578dde1c8751fd5372bce0fce0a448259160650
treebe4c044fa338c29de8f3057b7f8a12e96a6501f7
parentf447a13032e2eff740d9610d3bed4b734d38f83a
freedreno: Fix the Makefile.am fix

Commit b028ce29f090938d12b0999fe4b0e712d2adc431 fixed 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>
src/freedreno/Makefile.am