Issue #15257: test failing because gegl:bevel doesn't see GPL ops.
This commit is contained in:
parent
28925c2797
commit
2fd1284749
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ gimp_init_for_gui_testing_internal (gboolean show_gui,
|
|||
|
||||
/* from main() */
|
||||
gimp_log_init ();
|
||||
g_object_set (gegl_config (),
|
||||
"use-opencl", FALSE,
|
||||
"application-license", "GPL3",
|
||||
NULL);
|
||||
gegl_init (NULL, NULL);
|
||||
|
||||
/* Introduce an error margin for positions written to sessionrc */
|
||||
|
|
|
|||
Loading…
Reference in a new issue