summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard')
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index eba1970ee6..fb4c6e9166 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
8 file://src/matchbox-keyboard.h;endline=17;md5=9d6586c69e4a926f3cb0b4425f24ba3c \ 8 file://src/matchbox-keyboard.h;endline=17;md5=9d6586c69e4a926f3cb0b4425f24ba3c \
9 file://applet/applet.c;endline=18;md5=4a0f721724746b14d95b51ddd42b95e7" 9 file://applet/applet.c;endline=18;md5=4a0f721724746b14d95b51ddd42b95e7"
10 10
11DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" 11DEPENDS = "libfakekey expat libxft"
12 12
13SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" 13SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b"
14PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
15PR = "r4"
16 15
17SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ 16SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \
18 file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \ 17 file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \
@@ -25,7 +24,12 @@ inherit autotools pkgconfig gettext gtk-immodules-cache distro_features_check
25# The libxft, libfakekey and matchbox-panel-2 requires x11 in DISTRO_FEATURES 24# The libxft, libfakekey and matchbox-panel-2 requires x11 in DISTRO_FEATURES
26REQUIRED_DISTRO_FEATURES = "x11" 25REQUIRED_DISTRO_FEATURES = "x11"
27 26
28EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" 27EXTRA_OECONF = "--disable-cairo"
28
29PACKAGECONFIG ??= "gtk2-im applet"
30PACKAGECONFIG[applet] = "--enable-applet,--disable-applet,matchbox-panel-2"
31PACKAGECONFIG[gtk2-im] = "--enable-gtk-im,--disable-gtk-im,gtk+"
32PACKAGECONFIG[gtk3-im] = "--enable-gtk3-im,--disable-gtk3-im,gtk+3"
29 33
30PACKAGES += "${PN}-im ${PN}-applet" 34PACKAGES += "${PN}-im ${PN}-applet"
31 35