https://bugs.freedesktop.org/show_bug.cgi?id=84807

Emil Velikov <emil.l.veli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|mesa-dev@lists.freedesktop. |emil.l.veli...@gmail.com
                   |org                         |

--- Comment #5 from Emil Velikov <emil.l.veli...@gmail.com> ---
(In reply to Michel Dänzer from comment #4)
> I've run into this as well now, not sure why I didn't seem to before.
> 
> AFAICT the problem is that the contents of the TARGET_RADEON_WINSYS and
> TARGET_RADEON_COMMON variables don't end up as dependencies of
> gallium_dri.la. No idea how to fix it though. :(
Now that is a bit odd. Autohell should automatically add them as deps,
considering that they are explicitly mentioned for linking purposes.

gallium_dri_la_LIBADD += $(TARGET_LIB_DEPS) \
        $(TARGET_RADEON_WINSYS) $(TARGET_RADEON_COMMON)


Perhaps it's tripping over the usage of "+=". I'll take a look at it over the
next few days.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to