[oe-commits] Carsten Haitzler (Rasterman : evas: use fribidi-native package

GIT User account git at amethyst.openembedded.net
Wed Apr 15 15:19:49 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f7c65b66ca2648719217d5945247d00554bc000b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f7c65b66ca2648719217d5945247d00554bc000b

Author: Carsten Haitzler (Rasterman <raster at rasterman.com>
Date:   Thu Apr 16 00:58:44 2009 +1000

evas: use fribidi-native package

---

 recipes/efl1/evas-native_svn.bb |    2 +-
 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 56723ca..4a17942 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 0fb01f3..d2a7738 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"
 





More information about the Openembedded-commits mailing list