On 2011年12月07日 18:27, Phil Blundell wrote:
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?

pango hadn't any inbuilt support for DirectFB.
PACKAGECONFIG[directfb] = ",,directfb" just express that directfb is built by dependence relationship when building an image based on directfb.
+       [ ! -d "/etc/pango" ]&&  mkdir -p /etc/pango/
Thanks, I will fix my patches according to your suggestion.
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
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to