On 17 October 2016 at 05:24, Dave Airlie <airl...@gmail.com> wrote: > diff --git a/src/intel/vulkan/Makefile.sources > b/src/intel/vulkan/Makefile.sources > index 85df8a5..bd3afc0 100644 > --- a/src/intel/vulkan/Makefile.sources > +++ b/src/intel/vulkan/Makefile.sources > @@ -43,14 +43,17 @@ VULKAN_FILES := \ > anv_util.c \ > anv_wsi.c \ > anv_wsi.h \ > + wsi_common.h \ > genX_pipeline_util.h \ > vk_format_info.h > > VULKAN_WSI_WAYLAND_FILES := \ > - anv_wsi_wayland.c > + anv_wsi_wayland.c \ > + wsi_common_wayland.c > > VULKAN_WSI_X11_FILES := \ > - anv_wsi_x11.c > + anv_wsi_x11.c \ > + wsi_common_x11.c Please include the relevant headers in the lists above.
Also do copy the license from the current source. Obviously you can add yourself/Redhat if interested. -Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev