aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-03-30 03:33:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:46:50 +0200
commit2d454103bb8c7783e4fc8185fc08a5859cb63308 (patch)
treedeaecf989ac7f8119bfb3997d33b9b1ec65c9e9b /meta-xfce
parent3a8b6eb37f4bd86996c7cee68ae302f844a6e722 (diff)
downloadmeta-openembedded-2d454103bb8c7783e4fc8185fc08a5859cb63308.tar.gz
mousepad: add intltool-native and xfce4-dev-tools-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb6
1 files changed, 5 insertions, 1 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 26eec31728..4947531906 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,11 @@ SUMMARY = "A simple text editor for Xfce"
SECTION = "x11/application"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ dbus-glib gtksourceview2"
+
+# intltool to provide intltool.m4 with AC_PROG_INTLTOOL
+# 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