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

Emil Velikov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Emil Velikov <[email protected]> ---
Should be fixed with

commit 13faddb6b8e30ff0e81e62fb863304a57c712aae
Author: Emil Velikov <[email protected]>
Date:   Mon May 30 10:56:33 2016 +0100

    mesa_glinterop: remove mesa_glinterop typedefs

    As is there are two places that do the typedefs - dri_interface.h and
    this header. As we cannot include the former in here, just drop the
    typedefs and use the struct directly (as needed).

    This is required because typedef redefinition is C11 feature which is
    not supported on all the versions of GCC used to build mesa.

    v2: Kill the typedef alltogether, as per Marek.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96236
    Cc: Vinson Lee <[email protected]>
    Signed-off-by: Emil Velikov <[email protected]>
    Reviewed-by: Marek Olšák <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to