imsettings: fix build and unblacklist

* libgxim is back
* inheriting gobject-introspection fixes:

| <...>/imsettings/1.7.1-r0/recipe-sysroot/usr/bin/g-ir-scanner-wrapper: line 5: g-ir-scanner: command not found

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2017-02-18 22:12:43 +01:00 committed by Martin Jansa
parent 07178d0e71
commit 68577bf6ff

View File

@ -7,7 +7,7 @@ This package contains the core DBus services and some utilities."
HOMEPAGE = "http://code.google.com/p/imsettings/"
SECTION = "Applications/System"
inherit autotools gtk-doc
inherit autotools gtk-doc gobject-introspection
SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
file://gtk-is-required-by-notify.patch \
@ -28,5 +28,3 @@ DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
RDEPENDS_${PN} += "bash"
FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"
PNBLACKLIST[imsettings] ?= "Depends on blacklisted libgxim"