mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +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:
committed by
Martin Jansa
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/"
|
HOMEPAGE = "http://code.google.com/p/imsettings/"
|
||||||
SECTION = "Applications/System"
|
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 \
|
SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
|
||||||
file://gtk-is-required-by-notify.patch \
|
file://gtk-is-required-by-notify.patch \
|
||||||
@@ -28,5 +28,3 @@ DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
|
|||||||
RDEPENDS_${PN} += "bash"
|
RDEPENDS_${PN} += "bash"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"
|
FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"
|
||||||
|
|
||||||
PNBLACKLIST[imsettings] ?= "Depends on blacklisted libgxim"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user