summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/ibus/ibus.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/ibus/ibus.inc')
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
new file mode 100644
index 000000000..0f4ae7d04
--- /dev/null
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -0,0 +1,36 @@
1SUMMARY = "Intelligent Input Bus for Linux/Unix"
2HOMEPAGE = "https://github.com/ibus/ibus/wiki"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5
6inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala
7
8PV = "1.5.21"
9
10DEPENDS = "unicode-ucd"
11
12SRC_URI = " \
13 git://github.com/ibus/ibus.git \
14 file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
15"
16SRCREV = "ae0040c73466bb6e78fce5e669a55fcce6ffd16d"
17S = "${WORKDIR}/git"
18
19PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
20PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
21PACKAGECONFIG[gtk2] = "--enable-gtk2,--disable-gtk2,gtk+"
22PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3,gtk+3"
23PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
24PACKAGECONFIG[vala] = "--enable-vala,--disable-vala"
25PACKAGECONFIG[x11] = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11"
26
27EXTRA_OECONF = " \
28 --disable-tests \
29 --disable-emoji-dict \
30 --disable-python2 \
31"
32
33do_configure_prepend() {
34 touch ${S}/ChangeLog
35 touch ${S}/ABOUT-NLS
36}