summaryrefslogtreecommitdiff
path: root/recipes/gdk-pixbuf.recipe
blob: 777d0c15c8a962dfb03e54e034b68489db1026fa (plain)
1
2
3
4
5
6
7
from cerbero import recipe


class Recipe(recipe.Recipe):
    name = 'gdk-pixbuf'
    version = '2.24.1'
    deps = ['jpeg', 'glib', 'libpng', 'tiff']