diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-25 23:52:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-25 23:52:46 +0000 |
commit | 7cf581969b6677e61f9e26ecb76e7ee68a44415d (patch) | |
tree | 4581c0e7c1a3f5fe6152616fd6f4e0176f6a99ed /packages/efl/evas.inc | |
parent | 1433ea1f97ed4a9b7d0b8a0945e3c7530154a0fb (diff) |
efl:
- make the foo.inc files provide virtual/foo
- build ecore-fb [and -native] without edb and without curl support
for the projected purpose, both dependencies are not needed and this gains us -700MB in a resulting image
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r-- | packages/efl/evas.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc index 60f60f3c82..5876c1fd4e 100644 --- a/packages/efl/evas.inc +++ b/packages/efl/evas.inc @@ -5,6 +5,7 @@ your CPU or graphics hardware are too slow." LICENSE = "MIT" # can also depend on valgrind (?) DEPENDS = "freetype libpng jpeg eet edb" +PROVIDES = "virtual/evas" inherit efl |