[oe-commits] org.oe.dev evas.inc: add directfb back to DEPENDS, it turned out to be a problem in libpng

koen commit openembedded-commits at lists.openembedded.org
Thu Jun 21 11:07:26 UTC 2007


evas.inc: add directfb back to DEPENDS, it turned out to be a problem in libpng

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f5d5ad96ac7c6449a62ad6a934afb8a2659519ed
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f5d5ad96ac7c6449a62ad6a934afb8a2659519ed
Files:
1
packages/efl1/evas.inc
Diffs:

#
# mt diff -r7c69d6f82807a2236b393c167a2f687e6d31f479 -rf5d5ad96ac7c6449a62ad6a934afb8a2659519ed
#
# 
# 
# patch "packages/efl1/evas.inc"
#  from [34438cac7d5ab703bca84012125c68cc6bf63148]
#    to [6017e94718de8094aa8b5883c55927c7c943c226]
# 
============================================================
--- packages/efl1/evas.inc	34438cac7d5ab703bca84012125c68cc6bf63148
+++ packages/efl1/evas.inc	6017e94718de8094aa8b5883c55927c7c943c226
@@ -1,10 +1,10 @@ LICENSE = "MIT"
 DESCRIPTION = "Evas is a hardware-accelerated canvas API that can draw \
 anti-aliased text, smooth super and sub-images, alpha-blend, as well as drop \
 down to using normal X11 primitives such as pixmaps, lines and rectangles if \
 your CPU or graphics hardware are too slow."
 LICENSE = "MIT"
 # can also depend on valgrind (?)
-DEPENDS = " eet freetype jpeg virtual/libx11 libxext"
+DEPENDS = "directfb eet freetype jpeg virtual/libx11 libxext"
 
 inherit efl1
 






More information about the Openembedded-commits mailing list