]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-without-lua.patch
- updated to 0.4.16
[packages/gegl.git] / gegl-without-lua.patch
1 --- gegl-0.4.14/bin/ui-core.c~  2019-03-01 13:59:14.000000000 +0100
2 +++ gegl-0.4.14/bin/ui-core.c   2019-04-09 10:23:12.245855802 +0200
3 @@ -4828,6 +4828,7 @@
4        else
5          {
6  
7 +#if HAVE_LUA
8    if (g_str_has_suffix (o->path, ".lui"))
9    {
10    int result;
11 @@ -4846,6 +4847,7 @@
12      }
13    }
14    }
15 +#endif
16  
17  
18  
This page took 0.115192 seconds and 3 git commands to generate.