mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
07178d0e71
commit
68577bf6ff
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user