summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/blueman/blueman_git.bb3
-rw-r--r--meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend2
2 files changed, 2 insertions, 3 deletions
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} += " \
28 packagegroup-tools-bluetooth \ 28 packagegroup-tools-bluetooth \
29" 29"
30 30
31PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto,,thunar" 31PACKAGECONFIG ??= "thunar"
32PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto"
32 33
33FILES_${PN} += " \ 34FILES_${PN} += " \
34 ${datadir}/dbus-1 \ 35 ${datadir}/dbus-1 \
diff --git a/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend b/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend
deleted file mode 100644
index 916f083b9d..0000000000
--- a/meta-xfce/recipes-connectivity/blueman/blueman_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
1# Just a comment line to avoid PAK archive (application/x-pak)
2PACKAGECONFIG_append = " thunar"