aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 14:48:58 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-27 23:28:26 -0700
commitabbe0da427ae9184bba19f1286e5edf0df132c22 (patch)
tree8f99489652323204c63f8d316705d4ec1f4cfbaf /meta/recipes-graphics
parent4f0b420b8a64862e6caa53ba0653c27a3d2387c3 (diff)
downloadopenembedded-core-abbe0da427ae9184bba19f1286e5edf0df132c22.tar.gz
directfb: add PACKAGECONFIG for jpeg2000
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/directfb/directfb.inc3
1 files changed, 3 insertions, 0 deletions
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 \