diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-01 15:44:03 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | f51548eff62492bbaf69fe522bea928f7459a217 (patch) | |
tree | 2569e9ed2d9a2a0b1679b7bdd7032295ad54b16d /meta-networking | |
parent | 065d20cff9aab4584f01a0f8aa393deab27f0afd (diff) | |
download | meta-openembedded-f51548eff62492bbaf69fe522bea928f7459a217.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/blueman/blueman_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_git.bb b/meta-networking/recipes-connectivity/blueman/blueman_git.bb index 947db7836..91b64a36b 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} += " \ | |||
28 | packagegroup-tools-bluetooth \ | 28 | packagegroup-tools-bluetooth \ |
29 | " | 29 | " |
30 | 30 | ||
31 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar" | 31 | PACKAGECONFIG ??= "thunar" |
32 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" | ||
32 | 33 | ||
33 | FILES_${PN} += " \ | 34 | FILES_${PN} += " \ |
34 | ${datadir}/dbus-1 \ | 35 | ${datadir}/dbus-1 \ |