Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: jls on August 08, 2012, 01:08:08 PM

Title: directfb.pc?
Post by: jls on August 08, 2012, 01:08:08 PM
still concernig evas, I see it optionally searches for an optional file called directfb.pc which doesn't seems to be present in tc repo.
I think I need fb in evas if I want to make exquisite (a psplash replacement)  to work.
http://trac.enlightenment.org/e/browser/trunk/exquisite/README?order=date&desc=1 (http://trac.enlightenment.org/e/browser/trunk/exquisite/README?order=date&desc=1)
Title: Re: directfb.pc?
Post by: curaga on August 08, 2012, 01:54:33 PM
fb != directfb.

Also, see this warning in evas readme:
Quote
--enable-directfb[=static]
   
   this is the direct fb engine that uses direcftb (http://www.directfb.org) on
   linux to access the framebuffer with (or maybe without) acceleration. for
   people making set-top boxes or just wanting an alternative to X this is
   really good. it may also be useful for embedded devices supported by
   directfb that offer acceleration (otherwise the fb driver will likely be
   faster). as such this engine is in relative disrepair and is not
   maintained. use with great care.
http://trac.enlightenment.org/e/browser/trunk/evas/README

The way I read it is that it's for the normal fb, not the directfb backend.