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 <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-07-01 15:44:03 +03:00 committed by Khem Raj
parent 065d20cff9
commit f51548eff6
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -1,2 +0,0 @@
# Just a comment line to avoid PAK archive (application/x-pak)
PACKAGECONFIG_append = " thunar"