[oe] [meta-oe][PATCH 39/46] mousepad: add dbus and intltool-native dependency

Martin Jansa martin.jansa at gmail.com
Tue Apr 1 17:13:47 UTC 2014


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
index 26eec31..8e9ce59 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
@@ -2,7 +2,10 @@ SUMMARY = "A simple text editor for Xfce"
 SECTION = "x11/application"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ dbus-glib gtksourceview2"
+
+# dbus to fix mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL
+# intltool to provide intltool.m4 with AC_PROG_INTLTOOL
+DEPENDS = "gtk+ dbus-glib gtksourceview2 dbus intltool-native"
 
 inherit xfce-app
 
-- 
1.9.1




More information about the Openembedded-devel mailing list