[oe-commits] org.oe.dev evas.inc: don't depend on directfb

koen commit openembedded-commits at lists.openembedded.org
Thu Jun 21 10:32:45 UTC 2007


evas.inc: don't depend on directfb

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

#
# mt diff -rd66ccd7e6ffe8051e5545902797afe503891364f -r7c69d6f82807a2236b393c167a2f687e6d31f479
#
# 
# 
# patch "packages/efl1/evas.inc"
#  from [6017e94718de8094aa8b5883c55927c7c943c226]
#    to [34438cac7d5ab703bca84012125c68cc6bf63148]
# 
============================================================
--- packages/efl1/evas.inc	6017e94718de8094aa8b5883c55927c7c943c226
+++ packages/efl1/evas.inc	34438cac7d5ab703bca84012125c68cc6bf63148
@@ -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 = "directfb eet freetype jpeg virtual/libx11 libxext"
+DEPENDS = " eet freetype jpeg virtual/libx11 libxext"
 
 inherit efl1
 






More information about the Openembedded-commits mailing list