Differential Revision: https://phabricator.freedesktop.org/D1512
Signed-off-by: Daniel Stone <[email protected]> --- libweston/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston/meson.build b/libweston/meson.build index db4347f..8127602 100644 --- a/libweston/meson.build +++ b/libweston/meson.build @@ -19,6 +19,7 @@ srcs_libweston = [ 'noop-renderer.c', 'pixman-renderer.c', 'linux-dmabuf.c', + 'pixel-formats.c', 'screenshooter.c', '../shared/file-util.c', '../shared/matrix.c', -- 2.9.3 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
