From: Martin Jansa Date: Sun, 10 Aug 2014 13:24:27 +0000 (+0200) Subject: directfb: add PACKAGECONFIG for webp X-Git-Tag: 2015-4~1985 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee73ee5a37da284025364f322bbcf429b0896727;p=openembedded-core.git 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] Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- 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 ??= "" PACKAGECONFIG[jpeg2000] = "--enable-jpeg2000,--disable-jpeg2000,jasper" PACKAGECONFIG[drmkms] = "--enable-drmkms,--disable-drmkms,libdrm" PACKAGECONFIG[tiff] = "--enable-tiff,--disable-tiff,tiff" +PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" EXTRA_OECONF = "\ --with-gfxdrivers=none \