From 68577bf6fff0637b790bf769c83279edcef931ca Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 18 Feb 2017 22:12:43 +0100 Subject: imsettings: fix build and unblacklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb index 590d9b98ef..e35e8b312d 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb @@ -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" -- cgit 1.2.3-korg