[OE-core] [PATCH 3/3] xorg-xserver: Upgrade to 1.16.2

Nicolas Dechesne nicolas.dechesne at linaro.org
Tue Dec 2 15:16:02 UTC 2014


On Tue, Dec 2, 2014 at 3:50 PM, Aníbal Limón
<anibal.limon at linux.intel.com> wrote:
> I don't see this warning, i ran with (log attached),
>
> $ bitbake xserver-xorg -v -D


xserver-xorg does auto-detection for dbus in configure.ac

==
PKG_CHECK_MODULES(DBUS, $LIBDBUS, [HAVE_DBUS=yes], [HAVE_DBUS=no])
if test "x$HAVE_DBUS" = xyes; then
    AC_DEFINE(HAVE_DBUS, 1, [Have D-Bus support])
fi
AM_CONDITIONAL(HAVE_DBUS, [test "x$HAVE_DBUS" = xyes])
==

i am building core-image-x11 , which pulls in dbus i believe. hence
the warning in my case, since I have dbus in my sysroot..



More information about the Openembedded-core mailing list