From f938e7b1f793bbeab70d49675a0de5cf5ab0da2f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 26 Aug 2013 01:10:41 +0200 Subject: gimp: Add PACKAGECONFIG for bzip2, libxpm, libjasper and gudev Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb index 77bc6bd0cf..5e371b1582 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb @@ -11,6 +11,10 @@ inherit gnome PACKAGECONFIG ??= "" PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk" +PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" +PACKAGECONFIG[libxpm] = "--with-libxpm,--without-libxpm,libxpm" +PACKAGECONFIG[libjasper] = "--with-libjasper,--without-libjasper,jasper" +PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev" SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ file://freetype.patch \ -- cgit 1.2.3-korg