Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 8e9ce59..4947531 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
@@ -3,9 +3,10 @@ SECTION = "x11/application"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-# 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"
+# xfce4-dev-tools-native for XDT_I18N macro and more importantly 
XDT_CHECK_OPTIONAL_PACKAGE
+# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in 
AM_CONDITIONAL
+DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native 
xfce4-dev-tools-native"
 
 inherit xfce-app
 
-- 
1.9.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to