diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 434e599..2e84163 100644 --- a/meson.build +++ b/meson.build @@ -96,6 +96,11 @@ if libjpeg_dep.found() ggaze_c_args += '-DHAVE_JPEG' ggaze_extra_deps += libjpeg_dep endif +if gegl_dep.found() + ggaze_src += files('src/enhancer.c') + ggaze_c_args += '-DHAVE_GEGL' + ggaze_extra_deps += gegl_dep +endif ggaze_lib = static_library('ggaze', ggaze_src, |
