diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-08-10 15:24:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:34 +0100 |
commit | 2c175fcf8532b33c8d005d5ed019a131cb4e0859 (patch) | |
tree | 31e3afebe62de51653f819076acc5fdafb881bbe /meta/recipes-graphics/directfb | |
parent | c1a2482c71c55d19e6c9413c3ead072d659ae44f (diff) | |
download | poky-2c175fcf8532b33c8d005d5ed019a131cb4e0859.tar.gz |
directfb: add PACKAGECONFIG for webp
* fixes floating dependency:
directfb-1.7.4: directfb rdepends on libwebp, but it isn't a build dependency? [build-deps]
(From OE-Core rev: ee73ee5a37da284025364f322bbcf429b0896727)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 3dd0a5b2d1..669c0ffd9d 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -27,6 +27,7 @@ PACKAGECONFIG ??= "" | |||
27 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" | 27 | PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" |
28 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" | 28 | PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" |
29 | PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" | 29 | PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" |
30 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | ||
30 | 31 | ||
31 | EXTRA_OECONF = "\ | 32 | EXTRA_OECONF = "\ |
32 | --with-gfxdrivers=none \ | 33 | --with-gfxdrivers=none \ |