summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb
index d122bfe37..67c49930b 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb
@@ -6,14 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6# intltool to provide intltool.m4 with AC_PROG_INTLTOOL 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 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 8# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL
9DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native" 9DEPENDS = "gtk+3 dbus dbus-glib gtksourceview3 intltool-native xfce4-dev-tools-native"
10 10
11inherit xfce-app gsettings 11inherit xfce-app gsettings
12 12
13SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5" 13SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5"
14SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b" 14SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b"
15 15
16# we have no gtksourceview 3.x around
17EXTRA_OECONF = "--disable-gtk3"
18
19FILES_${PN} += "${datadir}/glib-2.0/schemas" 16FILES_${PN} += "${datadir}/glib-2.0/schemas"