diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-18 22:12:43 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:50 +0100 |
commit | 68577bf6fff0637b790bf769c83279edcef931ca (patch) | |
tree | 60b97ea1c991ddde03866023f30768e234bc9f3f /meta-xfce | |
parent | 07178d0e71c3b77f8fc56434d7c696bee853a2f2 (diff) | |
download | meta-openembedded-68577bf6fff0637b790bf769c83279edcef931ca.tar.gz |
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>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.7.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
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 590d9b98e..e35e8b312 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." | |||
7 | HOMEPAGE = "http://code.google.com/p/imsettings/" | 7 | HOMEPAGE = "http://code.google.com/p/imsettings/" |
8 | SECTION = "Applications/System" | 8 | SECTION = "Applications/System" |
9 | 9 | ||
10 | inherit autotools gtk-doc | 10 | inherit autotools gtk-doc gobject-introspection |
11 | 11 | ||
12 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ |
13 | file://gtk-is-required-by-notify.patch \ | 13 | file://gtk-is-required-by-notify.patch \ |
@@ -28,5 +28,3 @@ DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native" | |||
28 | RDEPENDS_${PN} += "bash" | 28 | RDEPENDS_${PN} += "bash" |
29 | 29 | ||
30 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" | 30 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" |
31 | |||
32 | PNBLACKLIST[imsettings] ?= "Depends on blacklisted libgxim" | ||