From 2f4561cb78c1f53ace26f56f28050d7b75c6414d Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sun, 20 Jan 2019 16:32:34 -0800 Subject: Animation support. Logo animates in and out now --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2bbb9b3..0e639c4 100644 --- a/meson.build +++ b/meson.build @@ -6,6 +6,7 @@ cc = meson.get_compiler('c') sources = [ 'src/auth.c', + 'src/animation.c', 'src/main.c', 'src/render.c', 'src/x11_support.c', -- cgit v1.2.3