diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build index 8a03a57..8f8930a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ plugins = [ 'roof-read', 'roof-build', - 'roof-plane', + 'roof-filter', ] roof_common_src = [ @@ -16,7 +16,7 @@ roof_plugin_src = { 'roof-build': [ 'ufo-roof-buffer.c', ], - 'roof-plane': [ + 'roof-filter': [ ], } |