From a02b660add263de1b228a8b53dc8312bb1484d15 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:48:58 +0200 Subject: directfb: add PACKAGECONFIG for jpeg2000 * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: abbe0da427ae9184bba19f1286e5edf0df132c22) (From OE-Core rev: 6e1b44a92e3f4725ef42c031e34c826dca53c988) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/directfb/directfb.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 97a4c550df..7295c35546 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc @@ -23,6 +23,9 @@ LDFLAGS_append =" -lts -lm" inherit autotools binconfig pkgconfig +PACKAGECONFIG ??= "" +PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" + EXTRA_OECONF = "\ --with-gfxdrivers=none \ --enable-libmpeg3=no \ -- cgit v1.2.3-54-g00ecf