summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-25 20:50:22 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-25 20:57:27 -0700
commit3fc9031e6b10f6accceb7c00f368e34045bbaca7 (patch)
treef3e12be29519e15f33e61eb73bcc529a403dfc52 /configure.ac
parentd9db2680298c01a82b768dc19e75bf4f2ef1b56e (diff)
modules/compose: add a rudimentary compositing module
--module=compose,layers=first:second:third:... this draws the named modules in the order listed, overdrawing the output of the previous layers in a cumulative fashion.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7824e25..b75643a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AC_CONFIG_FILES([
src/libs/sig/Makefile
src/libs/txt/Makefile
src/modules/Makefile
+ src/modules/compose/Makefile
src/modules/drizzle/Makefile
src/modules/flui2d/Makefile
src/modules/julia/Makefile
© All Rights Reserved