app: Set GEGL's license setting to enable GPL3 ops.

This commit is contained in:
Daniel Sabo 2014-02-25 10:00:13 -08:00
parent a7cd595241
commit 0adccbd59a
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ app_libs_init (GOptionContext *context,
*/
g_object_set (gegl_config (),
"use-opencl", FALSE,
"application-license", "GPL3",
NULL);
g_option_context_add_group (context, gegl_get_option_group ());