aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-01-20 16:32:34 -0800
committerJames Magahern <james@magahern.com>2019-01-20 16:33:42 -0800
commit2f4561cb78c1f53ace26f56f28050d7b75c6414d (patch)
treeda4b6a15b0eeb6e518652dd3fb5c23ec80a1e911 /meson.build
parentAlso don't allow input in xsecurelock path (TODO: unify these) (diff)
Animation support. Logo animates in and out now
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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',