]> 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)
committerSaul Wold <sgw@linux.intel.com>
Sun, 28 Jul 2013 06:28:26 +0000 (23:28 -0700)
* 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>
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 \