imsettings: add xfconf dependency and xfce-layer to LAYERDEPENDS

* this isn't optimal, but this issue was ignored by recipe author for too long:
  http://lists.openembedded.org/pipermail/openembedded-devel/2015-July/102253.html
  http://patchwork.openembedded.org/patch/86091/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2015-11-15 16:28:02 +01:00
parent e155307338
commit 739a4ad3dd
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ BBFILE_PRIORITY_ruby-layer = "7"
# cause compatibility issues with other layers
LAYERVERSION_ruby-layer = "1"
LAYERDEPENDS_ruby-layer = "core openembedded-layer"
LAYERDEPENDS_ruby-layer = "core openembedded-layer xfce-layer"

View File

@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
--disable-static \
"
DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim"
DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf"
RDEPENDS_${PN} += "bash"