Re: [Mesa-dev] [PATCH] r600: fix compilation error without amdgpu

2017-05-22 Thread Emil Velikov
This patch won't be sufficient since you'll error out at link time, when building w/o radeonsi. There are three possible routes [1]. Let me know which one you prefer :-) -Emil [1] https://lists.freedesktop.org/archives/mesa-dev/2017-May/156429.html ___ m

Re: [Mesa-dev] [PATCH] r600: fix compilation error without amdgpu

2017-05-22 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, May 22, 2017 at 11:37 AM, Marc Dietrich wrote: > This fixes the following compilation error when amdgpu is not selected. > > CC common/common_libamd_common_la-ac_gpu_info.lo > In file included from common/ac_gpu_info.c:26:0: > common/ac_gpu_info.h:

[Mesa-dev] [PATCH] r600: fix compilation error without amdgpu

2017-05-22 Thread Marc Dietrich
This fixes the following compilation error when amdgpu is not selected. CC common/common_libamd_common_la-ac_gpu_info.lo In file included from common/ac_gpu_info.c:26:0: common/ac_gpu_info.h:31:10: fatal error: amdgpu.h: No such file or directory #include ^~ compilation