[oe] [meta-oe][PATCH 1/5] directfb: add x11 to REQUIRED_DISTRO_FEATURES

Vesa Jääskeläinen dachaac at gmail.com
Fri Oct 12 17:52:26 UTC 2018


On 12/10/2018 18.26, Armin Kuster wrote:

> package has depends on vlc and gtk
>
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>   meta-oe/recipes-graphics/directfb/directfb.inc | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc
> index 96aa311..cf8f19a 100644
> --- a/meta-oe/recipes-graphics/directfb/directfb.inc
> +++ b/meta-oe/recipes-graphics/directfb/directfb.inc
> @@ -32,7 +32,8 @@ LDFLAGS_append_arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -f
>   
>   BINCONFIG = "${bindir}/directfb-config"
>   
> -inherit autotools binconfig-disabled pkgconfig
> +inherit autotools binconfig-disabled pkgconfig distro_features_check
> +REQUIRED_DISTRO_FEATURES = "x11"
>   
Wrong method?

Quote from:
https://github.com/DirectFB/directfb

"Optionally, depending on the configuration you want:

    FBDev
      - Linux kernel 2.2.x or newer with working frame buffer device
        (check /proc/fb) for the fbdev system.

    SDL
      - libSDL (Simple Direct Media Layer) for the sdl system.

    X11
      - libX11 (X11 client library) for the X11 system (libx11-dev and libxext-dev packages)."




More information about the Openembedded-devel mailing list