summaryrefslogtreecommitdiff
path: root/fullscreen-shell
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-10-04 15:53:29 +0300
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-10-04 15:53:29 +0300
commit03eacfa618bc2846ad2fe702e42c2f74a051fc79 (patch)
tree13841813a8ea57885404c1eb6e240b2db01a7685 /fullscreen-shell
parent2f83c02e88370755140826770a38fb076d8d8759 (diff)
downloadweston-03eacfa618bc2846ad2fe702e42c2f74a051fc79.tar.gz
build: shells do not need matrix.c
Do not build matrix.c into the shell plugins. The matrix functions are exported by libweston.so and the shell plugins links to it. Found by inspection. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'fullscreen-shell')
-rw-r--r--fullscreen-shell/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/fullscreen-shell/meson.build b/fullscreen-shell/meson.build
index c9ca781a..7c893472 100644
--- a/fullscreen-shell/meson.build
+++ b/fullscreen-shell/meson.build
@@ -1,7 +1,6 @@
if get_option('shell-fullscreen')
srcs_shell_fullscreen = [
'fullscreen-shell.c',
- '../shared/matrix.c',
fullscreen_shell_unstable_v1_server_protocol_h,
fullscreen_shell_unstable_v1_protocol_c,
]