diff options
Diffstat (limited to 'recipes/gtk.recipe')
-rw-r--r-- | recipes/gtk.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gtk.recipe b/recipes/gtk.recipe index be26421e..75ec0433 100644 --- a/recipes/gtk.recipe +++ b/recipes/gtk.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'gtk+' version = '2.24.10' - license = 'LGPLv2' + license = License.LGPLv2 configure_options = '--with-included-immodules ' deps = ['glib', 'atk', 'pango', 'gdk-pixbuf', 'cairo'] |