diff options
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 6 |
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" | |||
2 | SECTION = "x11/application" | 2 | SECTION = "x11/application" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "gtk+ dbus-glib gtksourceview2" | 5 | |
6 | # intltool to provide intltool.m4 with AC_PROG_INTLTOOL | ||
7 | # xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE | ||
8 | # which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL | ||
9 | DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" | ||
6 | 10 | ||
7 | inherit xfce-app | 11 | inherit xfce-app |
8 | 12 | ||