Op 8 dec. 2011, om 10:34 heeft Xiaofeng Yan het volgende geschreven: > From: Xiaofeng Yan <xiaofeng....@windriver.com> > > gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ > the configuration related to x11 should be disabled and directfb should be > enabled.
Since I still can't get an answer to "what happens when you enable both x11 and directfb as distro features", let me ask a different question: Why don't you do it like we did for gtk-directfb in OE-classic? add a cairo-directfb and a gtk-directfb, done. > > [YOCTO #1674] > > Signed-off-by: Xiaofeng Yan <xiaofeng....@windriver.com> > --- > meta/recipes-gnome/gtk+/gtk+.inc | 13 ++++++++++--- > 1 files changed, 10 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-gnome/gtk+/gtk+.inc > b/meta/recipes-gnome/gtk+/gtk+.inc > index 1d8f4a6..0319916 100644 > --- a/meta/recipes-gnome/gtk+/gtk+.inc > +++ b/meta/recipes-gnome/gtk+/gtk+.inc > @@ -9,9 +9,16 @@ LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" > LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" > > SECTION = "libs" > -DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ > - gtk-doc-native docbook-utils-native libxrandr libgcrypt \ > - libxdamage libxrender libxcomposite cairo gdk-pixbuf" > + > +X11DEPENDS = "virtual/libx11 libxext libxcursor libxrandr libxdamage > libxrender libxcomposite" > +DEPENDS = "glib-2.0 pango atk jpeg libpng gtk-doc-native gdk-pixbuf-native > docbook-utils-native \ > + libgcrypt cairo gdk-pixbuf" > + > +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} > \ > + ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" > + > +PACKAGECONFIG[x11] = "--with-x=yes > --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" > +PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" > > inherit autotools pkgconfig > > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core