]> code.ossystems Code Review - openembedded-core.git/commitdiff
directfb: add PACKAGECONFIG for webp
authorMartin Jansa <martin.jansa@gmail.com>
Sun, 10 Aug 2014 13:24:27 +0000 (15:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 10:17:16 +0000 (11:17 +0100)
* 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 <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/directfb/directfb.inc

index 3dd0a5b2d13b8fefa1fe560b32d9219ecbabab36..669c0ffd9dd63e1f8ad31ccd54a7e3bd4d5605d8 100644 (file)
@@ -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 \