]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-no-lua.patch
- added no-lua patch (fixes build without lua)
[packages/gegl.git] / gegl-no-lua.patch
1 --- gegl-0.4.18/bin/meson.build.orig    2019-10-27 01:01:07.000000000 +0200
2 +++ gegl-0.4.18/bin/meson.build 2019-12-01 10:49:47.905607335 +0100
3 @@ -18,7 +18,7 @@
4    gegl_deps += [ libpng, ]
5  endif
6  
7 -if mrg.found() and gexiv2.found() and lua.found()
8 +if mrg.found() and gexiv2.found()
9    gegl_sources += files(
10      'argvs.c',
11      'mrg-gegl.c',
This page took 0.075441 seconds and 3 git commands to generate.