All of lore.kernel.org
 help / color / mirror / Atom feed
* gstreamer without X11?
@ 2014-01-14 13:07 Gary Thomas
  2014-01-14 13:12 ` Nicolas Dechesne
  0 siblings, 1 reply; 15+ messages in thread
From: Gary Thomas @ 2014-01-14 13:07 UTC (permalink / raw)
  To: Yocto Project

I'm trying to build QTE with a distribution that does not include x11.
However, I'm getting this error:

ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/local/poky-multi/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb DEPENDS on or otherwise requires it)
ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
ERROR: libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
NOTE: Runtime target 'qwt-e' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qwt-e', 'qt4-embedded', 'gst-plugins-base', 'virtual/libx11']
ERROR: Required build target 'my-qte-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['my-qte-image', 'packagegroup-core-qt4e', 'qwt-e', 'qt4-embedded', 'gst-plugins-base', 'virtual/libx11']

I don't understand why this happens though as the gst-plugins-base
recipe uses PKGCONFIG to control this:
   PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
   PACKAGECONFIG[x11] = "--enable-x --enable-xvideo,--disable-x --disable-xvideo,virtual/libx11 libxv libsm libice"

How can the depencency on virtual/libx11 still be there if DISTRO_FEATURES does not contain x11?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-01-14 14:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 13:07 gstreamer without X11? Gary Thomas
2014-01-14 13:12 ` Nicolas Dechesne
2014-01-14 13:18   ` Gary Thomas
2014-01-14 13:32     ` Burton, Ross
2014-01-14 13:34       ` Gary Thomas
2014-01-14 13:38         ` Nicolas Dechesne
2014-01-14 13:47         ` Martin Jansa
2014-01-14 13:55           ` Gary Thomas
2014-01-14 14:01             ` Nicolas Dechesne
2014-01-14 14:20               ` Burton, Ross
2014-01-14 14:20               ` Gary Thomas
2014-01-14 14:24                 ` Burton, Ross
2014-01-14 14:30                   ` Gary Thomas
2014-01-14 14:37                     ` Burton, Ross
2014-01-14 14:49                       ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.