From f51548eff62492bbaf69fe522bea928f7459a217 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 1 Jul 2019 15:44:03 +0300 Subject: blueman: Enable thunar support by default but don't rdepend on it This matches upstream default. The no longer required bbappend in meta-xfce is also removed. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/blueman') diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb index 947db78360..91b64a36b6 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_git.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_git.bb @@ -28,7 +28,8 @@ RDEPENDS_${PN} += " \ packagegroup-tools-bluetooth \ " -PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar" +PACKAGECONFIG ??= "thunar" +PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" FILES_${PN} += " \ ${datadir}/dbus-1 \ -- cgit v1.2.3-54-g00ecf