[OE-core] [PATCH 3/6] libepoxy: DEPENDS on virtual/mesa

Andreas Müller schnitzeltony at googlemail.com
Tue Apr 14 13:50:10 UTC 2015


On Tue, Apr 14, 2015 at 11:09 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
> Fixed do_configure error:
> configure: error: libX11 headers (libx11-dev) required to build with GLX support
> and do_compile error:
> ../include/epoxy/egl_generated.h:10:29: fatal error: EGL/eglplatform.h: No such file or directory
>  #include "EGL/eglplatform.h"
>
> The dependencies form its README.md:
> * automake
> * libegl1-mesa-dev
> * xutils-dev
>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>  meta/recipes-graphics/libepoxy/libepoxy_1.2.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb
> index 4357331..50b9d2c 100644
> --- a/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb
> +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.2.bb
> @@ -13,4 +13,4 @@ S = "${WORKDIR}/git"
>
>  inherit autotools pkgconfig
>
> -DEPENDS = "util-macros"
> +DEPENDS = "util-macros virtual/mesa"
> --
> 1.7.9.5
>
from the error I would DEPEND on virtual/egl

Andreas



More information about the Openembedded-core mailing list