diff options
author | Carsten Haitzler (Rasterman <raster@rasterman.com> | 2009-04-16 00:58:44 +1000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2009-04-16 01:16:07 +1000 |
commit | f7c65b66ca2648719217d5945247d00554bc000b (patch) | |
tree | 08f1ed7166daa784be5a97e54a34b62aa08e7fd1 /recipes/efl1 | |
parent | 79e58369ba0300c5143bdbb865e03e69cdf8041c (diff) |
evas: use fribidi-native package
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/evas-native_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/evas.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/efl1/evas-native_svn.bb b/recipes/efl1/evas-native_svn.bb index 56723ca9ab..4a17942c78 100644 --- a/recipes/efl1/evas-native_svn.bb +++ b/recipes/efl1/evas-native_svn.bb @@ -1,6 +1,6 @@ require evas.inc inherit native -DEPENDS = "freetype-native libpng-native jpeg-native eet-native eina-native" +DEPENDS = "freetype-native libpng-native jpeg-native eet-native eina-native libfribidi-native" PR = "r1" EXTRA_OECONF = "\ diff --git a/recipes/efl1/evas.inc b/recipes/efl1/evas.inc index 0fb01f31a7..d2a773805d 100644 --- a/recipes/efl1/evas.inc +++ b/recipes/efl1/evas.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Evas is the Enlightenment canvas API" LICENSE = "MIT BSD" # can also depend on valgrind, libsdl-x11, directfb -DEPENDS = "eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig" +DEPENDS = "eina eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig libfribidi" PV = "0.9.9.050+svnr${SRCREV}" PR = "r1" |