summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2020-04-03 14:26:39 +0200
committerGitHub <noreply@github.com>2020-04-03 14:26:39 +0200
commited5cc04ac7240d2a27e95fd8d9bcce5401d03c39 (patch)
treeed2759259a2b74c61addf5a83764871dd9c779b2 /src/meson.build
parent3c50547230b9c76ca2a6314f8de06907665a20d8 (diff)
parent54f98c09431faafd5fb952c291b6dfb2179d4229 (diff)
downloadufo-filters-ed5cc04ac7240d2a27e95fd8d9bcce5401d03c39.tar.gz
ufo-filters-ed5cc04ac7240d2a27e95fd8d9bcce5401d03c39.tar.bz2
ufo-filters-ed5cc04ac7240d2a27e95fd8d9bcce5401d03c39.tar.xz
ufo-filters-ed5cc04ac7240d2a27e95fd8d9bcce5401d03c39.zip
Merge pull request #198 from ufo-kit/sliding-window
Add sliding-stack task
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 3287438..dffac34 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -66,6 +66,7 @@ plugins = [
'segment',
'sleep',
'slice',
+ 'sliding-stack',
'stack',
'stitch',
'stdin',