summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-16 23:15:22 +0200
committerThomas White <taw@physics.org>2019-07-16 23:15:22 +0200
commit03f23ec9b611bf61f439ddde4a8759459be29832 (patch)
treee5ec2bf25b5503a39faab36d1ed75c23d3bd18bd /meson.build
parent6f0279d8dfb9db1824b2a037569e17bb0d49659a (diff)
Initial crossfade stuff
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 d647b04..edfcb6c 100644
--- a/meson.build
+++ b/meson.build
@@ -25,6 +25,7 @@ executable('nanolight',
'src/command.c',
'src/scanout.c',
'src/display.c',
+ 'src/crossfade.c',
],
dependencies : [gtk_dep, mdep, soup_dep],
install : true)