]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl-no-lua.patch
- added no-lua patch (fixes build without lua)
[packages/gegl.git] / gegl-no-lua.patch
diff --git a/gegl-no-lua.patch b/gegl-no-lua.patch
new file mode 100644 (file)
index 0000000..0bad8b5
--- /dev/null
@@ -0,0 +1,11 @@
+--- gegl-0.4.18/bin/meson.build.orig   2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/meson.build        2019-12-01 10:49:47.905607335 +0100
+@@ -18,7 +18,7 @@
+   gegl_deps += [ libpng, ]
+ endif
+-if mrg.found() and gexiv2.found() and lua.found()
++if mrg.found() and gexiv2.found()
+   gegl_sources += files(
+     'argvs.c',
+     'mrg-gegl.c',
This page took 0.093972 seconds and 4 git commands to generate.