]> code.ossystems Code Review - openembedded-core.git/commitdiff
directfb: add PACKAGECONFIG for jpeg2000
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 12:48:58 +0000 (14:48 +0200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:46 +0000 (10:39 +0100)
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From OE-Core master rev: abbe0da427ae9184bba19f1286e5edf0df132c22)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/directfb/directfb.inc

index 97a4c550dff736c268eabc93338970c98c854382..7295c35546e76fc23527cf8a4ee29f2dd85f098e 100644 (file)
@@ -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 \