From 3a2c67aa51cc2a2e0b83a07d58f53fa20ee6b42d Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 4 Apr 2019 17:19:54 +0300 Subject: [PATCH] gl-renderer: does not need matrix.c The symbols of matrix.c are already exported by libweston, no need to build them again. Signed-off-by: Pekka Paalanen --- libweston/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/meson.build b/libweston/meson.build index 4bc96f1e..c9c9166f 100644 --- a/libweston/meson.build +++ b/libweston/meson.build @@ -443,7 +443,6 @@ if get_option('renderer-gl') srcs_renderer_gl = [ 'gl-renderer.c', - '../shared/matrix.c', linux_dmabuf_unstable_v1_protocol_c, linux_dmabuf_unstable_v1_server_protocol_h, ]