diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-17 16:24:46 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-17 16:24:46 -0400 |
commit | c8b3cc5ef81d305d5d90644da36acbc40c7c01f1 (patch) | |
tree | c5780e1ec137dd4cf71d54ba07e41d7795148b75 /recipes/efl1/evas.inc | |
parent | 49a720ff8597243a906d7c0f9278ca8f1f9ff670 (diff) | |
parent | a4f79016c537fc93e5a487d51a22fb4d01e9afe8 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/efl1/evas.inc')
-rw-r--r-- | recipes/efl1/evas.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/efl1/evas.inc b/recipes/efl1/evas.inc index ff7a184fb2..d2a773805d 100644 --- a/recipes/efl1/evas.inc +++ b/recipes/efl1/evas.inc @@ -1,8 +1,9 @@ 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" # disable thumb mode for arm |