From 0280a6c35099d4239d69a982194389b1accce0e4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 May 2013 10:55:01 +0000 Subject: [PATCH] collectd: fix build failure with libnotify in sysroot If libnotify is in the sysroot, collectd will try to use it and then fail at do_compile because gtk/gtk.h can't be found. Since this is functionality that's not likely to be needed in the embedded context as far as collectd goes, just disable it. (From meta-openembedded rev: b1095d11bdb33648bc4f1394146804cd9734b223) Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb index a508840..8641530 100644 --- a/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb +++ b/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb @@ -26,6 +26,7 @@ EXTRA_OECONF = " \ ${FPLAYOUT} \ --disable-perl --with-libperl=no --with-perl-bindings=no \ --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \ + --disable-notify_desktop \ " do_install_append() { -- 2.7.4