diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-08-15 23:55:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-16 08:00:54 -0700 |
commit | 074a44af479505f0f58d0a91354956a287ed6dbb (patch) | |
tree | 99b8a1a728931b2427c505260cbcf03106ee6fa3 /meta-xfce | |
parent | 0d505e309587b2408f695335e408a1fddbf15ba5 (diff) | |
download | meta-openembedded-contrib-074a44af479505f0f58d0a91354956a287ed6dbb.tar.gz |
mousepad: move to gtk3
At the time of creation there was no gtksourceview3. That was a blocker
to use gtk3. gtksourceview3 was added long ago.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.4.1.bb | 5 |
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 d122bfe379d..67c49930b97 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" # 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" +DEPENDS = "gtk+3 dbus dbus-glib gtksourceview3 intltool-native xfce4-dev-tools-native" inherit xfce-app gsettings SRC_URI[md5sum] = "fb85c23bcb096a46aee9ec22b4e4fdf5" SRC_URI[sha256sum] = "39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b" -# we have no gtksourceview 3.x around -EXTRA_OECONF = "--disable-gtk3" - FILES_${PN} += "${datadir}/glib-2.0/schemas" |