Re: [Mesa-dev] [PATCH 01/27] winsys/intel: drop intel_winsys.h from makefile.sources

2014-08-29 Thread Chia-I Wu
On Sat, Aug 30, 2014 at 7:44 AM, Emil Velikov wrote: > With the last revisions of commit 664c2d76947(gallium/ilo: cleanup > intel_winsys.h) we moved the header from winsys to drivers, but we > forgot to update the makefile.sources to reflect this. This and patch 14 looks good to me. Thanks. > > C

[Mesa-dev] [PATCH 01/27] winsys/intel: drop intel_winsys.h from makefile.sources

2014-08-29 Thread Emil Velikov
With the last revisions of commit 664c2d76947(gallium/ilo: cleanup intel_winsys.h) we moved the header from winsys to drivers, but we forgot to update the makefile.sources to reflect this. Cc: Chia-I Wu Signed-off-by: Emil Velikov --- src/gallium/winsys/intel/drm/Makefile.sources | 3 +-- 1 fil