[yocto] gstreamer without X11?

Nicolas Dechesne nicolas.dechesne at linaro.org
Tue Jan 14 05:38:21 PST 2014


On Tue, Jan 14, 2014 at 2:34 PM, Gary Thomas <gary at mlbassoc.com> wrote:

> Not sure exactly what you mean, but this showed nothing as well:
>   $ bitbake -e gst-plugins-base | grep PACKAGECONFIG
>

what do you mean, 'it shows nothing'? it show show 'something'. if x11 is
enabled:

$ bitbake -e gst-plugins-base | grep PACKAGECONFIG
# $PACKAGECONFIG_pn-qemu-native
PACKAGECONFIG_pn-qemu-native="sdl"
# $PACKAGECONFIG [6 operations]
PACKAGECONFIG="x11"

and if it's not:

$ bitbake -e gst-plugins-base | grep PACKAGECONFIG
# $PACKAGECONFIG_pn-qemu-native
PACKAGECONFIG_pn-qemu-native="sdl"
# $PACKAGECONFIG [6 operations]
PACKAGECONFIG=""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140114/6c63981f/attachment.html>


More information about the yocto mailing list