mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
e155307338
commit
739a4ad3dd
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user