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 <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-04-04 17:19:54 +03:00
parent 4b5727375c
commit 3a2c67aa51
-1
View File
@@ -443,7 +443,6 @@ if get_option('renderer-gl')
srcs_renderer_gl = [ srcs_renderer_gl = [
'gl-renderer.c', 'gl-renderer.c',
'../shared/matrix.c',
linux_dmabuf_unstable_v1_protocol_c, linux_dmabuf_unstable_v1_protocol_c,
linux_dmabuf_unstable_v1_server_protocol_h, linux_dmabuf_unstable_v1_server_protocol_h,
] ]