Hi,

I was trying to get openwrt with directfb support in two ways:
1) everything sourced from git.directfb/openwrt/kleistpark
2) sourced from official openwrt trunk and added
git.directfb/openwrt/packages feed

The first one failed due to incorrect directfb/Makefile for Raspberry
Pi configuration. The DEPENDS parts does not allow 'if' statements and
therefore '+TARGET_raspberrypi:raspberrypi-closedsource' has to be
used what does the 'if' logic:
http://pastebin.com/Uw7HSCSr

When compiling the official openwrt with directfb packages I had the
following issues:
1) glib2/Makefile missing depends for +libpthread and +zlib
     http://pastebin.com/7BTUQQFv

2) ilixi/configure.ac syntax error - missing '$' sign in front of FONTCONFIG
     http://pastebin.com/FegG0L2u

I was not able to compile webkit due to some errors but did not have
time yet to investigate it.

Thanks,
Gregory
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to