diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-01-30 13:08:01 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-02-06 10:53:18 +0100 |
commit | a91a9ca0a9d3dca38abd3b8af348ec4f37066a20 (patch) | |
tree | 2c95ee4f9c17c0a1f2872f00b3a705957929e445 | |
parent | 16031eca513492e2928fc8321797eae51efcbcdd (diff) |
fribidi: update to 0.19.16 and use tarballs
Add dependency on glib and update to 0.19.16 to fix
the build with newer glib
-rw-r--r-- | recipes/fribidi.recipe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/fribidi.recipe b/recipes/fribidi.recipe index adc004e7..d206ae4f 100644 --- a/recipes/fribidi.recipe +++ b/recipes/fribidi.recipe @@ -2,9 +2,12 @@ class Recipe(recipe.Recipe): name = 'fribidi' - version = '0.19.2' + version = '0.19.6' + stype = SourceType.TARBALL + url = 'http://fribidi.org/download/fribidi-%(version)s.tar.bz2' licenses = [License.LGPLv2_1Plus] autoreconf = True + deps = ['glib'] files_libs = ['libfribidi'] files_bins = ['fribidi'] |