summaryrefslogtreecommitdiff
path: root/recipes/gtk.recipe
blob: cc88c360f27c5f974aea04ef9bb751a70c049bc8 (plain)
1
2
3
4
5
6
7
from cerbero import recipe


class Recipe(recipe.Recipe):
    name = 'gtk+'
    version = '2.24.10'
    deps = ['glib', 'atk', 'pango', 'gdk-pixbuf', 'cairo']