On 2019-04-30 at 12:04, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > To avoid pulling the latest libdrm we copy the helper locally. Document > when it was introduced, making it easier to purge in the future. > > Cc: Eric Engestrom <[email protected]> > Suggested-by: Eric Engestrom <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> > --- > Thanks for the suggestion Eric.
Thanks! Reviewed-by: Eric Engestrom <[email protected]> > --- > src/vulkan/wsi/wsi_common_display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/vulkan/wsi/wsi_common_display.c > b/src/vulkan/wsi/wsi_common_display.c > index 7df1e1fd384..803e7f7e9dd 100644 > --- a/src/vulkan/wsi/wsi_common_display.c > +++ b/src/vulkan/wsi/wsi_common_display.c > @@ -1815,7 +1815,7 @@ fail_attr_init: > > /* > * Local version fo the libdrm helper. Added to avoid depending on bleeding > - * edge version of the library. > + * edge version of the library - libdrm v2.4.98, released 19 Apr 2019. > */ > static int > local_drmIsMaster(int fd) > -- > 2.21.0 > > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
