summaryrefslogtreecommitdiff
path: root/recipes/fontconfig.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r--recipes/fontconfig.recipe7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe
new file mode 100644
index 0000000..d8dbe56
--- /dev/null
+++ b/recipes/fontconfig.recipe
@@ -0,0 +1,7 @@
+from cerbero import recipe
+
+
+class Recipe(recipe.Recipe):
+ name = 'fontconfig'
+ version = '2.8.0'
+ deps = ['expat', 'freetype', 'libiconv']