lib: Only compile igt_vc4 is we have it

Unbreaks compilation fail.

Also appease gcc in gem_exec_basic because.

Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter
2016-02-09 09:44:00 +01:00
parent 467a9fac9b
commit 9e5478dc43
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -30,7 +30,6 @@ static void noop(int fd, unsigned ring)
uint32_t bbe = MI_BATCH_BUFFER_END;
struct drm_i915_gem_execbuffer2 execbuf;
struct drm_i915_gem_exec_object2 exec;
int ret;
gem_require_ring(fd, ring);