On Wed, 2011-12-07 at 16:58 +0800, Xiaofeng Yan wrote:
> +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}
> \
> + ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '',
> d)}"
> +PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
> +PACKAGECONFIG[directfb] = ",,directfb"
Hm, really? I didn't think pango had any inbuilt support for DirectFB.
Does this really accomplish anything?
> + [ ! -d "/etc/pango" ] && mkdir -p /etc/pango/
That will fail with a read-only rootfs, and I think it will also give an
error if /etc/pango already exists. It would be better to just ship
this directory in the package. (Also, it should be ${sysconfdir}.)
p.
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core