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 c8ee819e34
commit d7f4579816
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"