diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:48:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:13 +0100 |
commit | a02b660add263de1b228a8b53dc8312bb1484d15 (patch) | |
tree | 3401005a7233312411893e8fadf2ec1d4a9f5195 /meta | |
parent | 042ca04cc6d856df91913254e3deac158377a557 (diff) | |
download | poky-a02b660add263de1b228a8b53dc8312bb1484d15.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 3 |
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" | |||
23 | 23 | ||
24 | inherit autotools binconfig pkgconfig | 24 | inherit autotools binconfig pkgconfig |
25 | 25 | ||
26 | PACKAGECONFIG ??= "" | ||
27 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" | ||
28 | |||
26 | EXTRA_OECONF = "\ | 29 | EXTRA_OECONF = "\ |
27 | --with-gfxdrivers=none \ | 30 | --with-gfxdrivers=none \ |
28 | --enable-libmpeg3=no \ | 31 | --enable-libmpeg3=no \ |