summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/ibus/ibus.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-03 10:55:53 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-03 11:03:45 -0800
commit5752f9954e294a135905be8e38800087a685169b (patch)
treee91f71894a0c21c7a1c5a874a97e1442cb494dec /meta-gnome/recipes-support/ibus/ibus.inc
parent33f7a3b3a10b0af4a900af4b40d2e9c6974aefe9 (diff)
downloadmeta-openembedded-5752f9954e294a135905be8e38800087a685169b.tar.gz
ibus: Update to 1.5.3 plus fix for vala 0.50
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support/ibus/ibus.inc')
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index 1bbeb2c48..ea413cf4b 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5 5
6inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala 6inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala
7 7
8PV = "1.5.22" 8PV = "1.5.23+git${SRCPV}"
9 9
10DEPENDS = "unicode-ucd" 10DEPENDS = "unicode-ucd"
11 11
@@ -13,7 +13,7 @@ SRC_URI = " \
13 git://github.com/ibus/ibus.git \ 13 git://github.com/ibus/ibus.git \
14 file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ 14 file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
15" 15"
16SRCREV = "e3262f08b9e3efc57808700823b0622ec03a1b5f" 16SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" 19PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"