Skip to content
  • Kristian Høgsberg's avatar
    freedreno: Fix the Makefile.am fix · 9578dde1
    Kristian Høgsberg authored
    Commit b028ce29 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: b028ce29 ("freedreno: add the missing _la in libfreedreno_ir3_la")
    Cc: Emil Velikov <emil.velikov@collabora.com>
    9578dde1