From 2c175fcf8532b33c8d005d5ed019a131cb4e0859 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 10 Aug 2014 15:24:27 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/directfb/directfb.inc | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg