summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tristan.matthews@savoirfairelinux.com>2013-04-12 15:59:19 -0400
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-06 10:30:31 -0300
commitc66140bcbde997652f8385fd8439fa1351d91fc1 (patch)
treec2d9e30a14e4fa2c8b6b19de92cbbf2b0d0327b9
parente32a71a5a6deba73945f8b117ee844b5e9671f60 (diff)
json-glib: need autoreconf
Fixes #63341.
-rw-r--r--recipes/json-glib.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/json-glib.recipe b/recipes/json-glib.recipe
index ea40a0d..1fcfd80 100644
--- a/recipes/json-glib.recipe
+++ b/recipes/json-glib.recipe
@@ -9,3 +9,4 @@ class Recipe(recipe.Recipe):
files_libs = ['libjson-glib-1.0']
files_devel = ['include/json-glib-1.0', 'lib/pkgconfig/json-glib-1.0.pc']
+ autoreconf = True