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



commit 0adccbd59a8b2bec855730254c9046f10d27afae
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Tue Feb 25 10:00:13 2014 -0800

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

 app/app.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/app.c b/app/app.c
index 2023b8b..11551ee 100644
--- a/app/app.c
+++ b/app/app.c
@@ -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 ());


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]