On Mon, Dec 6, 2010 at 3:08 PM, Mike Blumenkrantz <m...@zentific.com> wrote:
> On Mon, 6 Dec 2010 14:58:02 -0200
> Lucas De Marchi <lucas.demar...@profusion.mobi> wrote:
>
>> On Mon, Dec 6, 2010 at 2:45 PM, Mike Blumenkrantz <m...@zentific.com> wrote:
>> > On Mon, 6 Dec 2010 14:21:40 -0200
>> > Leandro Pereira <lean...@profusion.mobi> wrote:
>> >
>> >> On Sat, Dec 4, 2010 at 7:31 PM, Mike Blumenkrantz <m...@zentific.com>
>> >> wrote:
>> >> >
>> >> > Sorry it took a few days, I've been busy with some other stuff.  Here's
>> >> > the build error:
>> >> >
>> >>
>> >> What arguments are being passed to cmake?
>> >>
>> >>>> Working in BUILD_DIR:
>> >>>> "/var/tmp/portage/net-libs/webkit-efl-0.1.72693/work/webkit-efl-svn-r72693"
>> > cmake
>> > -C 
>> > /var/tmp/portage/net-libs/webkit-efl-0.1.72693/temp/gentoo_common_config.cmake
>> > -DCMAKE_INSTALL_PREFIX=/usr -DPORT=Efl -DNETWORK_BACKEND=curl
>> > -DENABLE_GLIB_SUPPORT=OFF -DENABLE_VIDEO=ON -DCMAKE_BUILD_TYPE=Gentoo
>> > -DCMAKE_INSTALL_DO_STRIP=OFF
>>
>> You need glib support if you want video enabled.
>>
>> Lucas De Marchi
> I've been told that it enables glib support automatically?

Yes, it should be enabled automatically. From OptionsEfl.cmake:

IF (ENABLE_VIDEO)
  SET(ENABLE_GLIB_SUPPORT 1)
  MESSAGE("Forcing Glib support")
ENDIF()

Need to check why is it not being enabled...

-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to