build: shells do not need matrix.c
authorPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 12:53:29 +0000 (15:53 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 12:53:29 +0000 (15:53 +0300)
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>
desktop-shell/meson.build
fullscreen-shell/meson.build

index 070134379be1c76b018cedefc23bcddb4b2e119f..b1e2d464098174bd9a254d6c98f4cad931ad2066 100644 (file)
@@ -5,7 +5,6 @@ if get_option('shell-desktop')
                'shell.c',
                'exposay.c',
                'input-panel.c',
-               '../shared/matrix.c',
                weston_desktop_shell_server_protocol_h,
                weston_desktop_shell_protocol_c,
                input_method_unstable_v1_server_protocol_h,
index c9ca781a594a3a2ff051f3cca164e583cfb6c311..7c893472cdf12f7992566e71d4005f7c0adfe964 100644 (file)
@@ -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,
        ]