On Mon, May 13, 2013 at 6:38 AM, Pablo Ventura <pablogvent...@gmail.com>wrote:

> Hello! I'm looking for the package "xserver-xorg-xvfb" for my BEAGLEBONE,
> amd7a architecture. But I see that is not available. Are you planning to
> upload
> it soon?
> Thank you very much!
> _______________________________________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>

Pablo,

The xserver-xorg recipe from oe-core runs with "--disable-xvfb" in the
EXTRA_OECONF so it is never built. You can either remove that config flag
from the recipe, or add a bbappend that includes the following and bitbake
the package yourself:
EXTRA_OECONF := "${@'${EXTRA_OECONF}'.replace('--disable-xvfb', '')}"

Regards,

--
Jeff Wilson
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to