diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-01-08 13:59:59 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:47 -0800 |
| commit | 3a57e5274540a2b4b6d6a1d9808d0c9783f250a7 (patch) | |
| tree | 6b798a866fb813e5aa9adc42d9126745e7e4db26 | |
| parent | ddaf5e0f397cbea55298191b0574afdd4a246207 (diff) | |
| download | meta-openembedded-3a57e5274540a2b4b6d6a1d9808d0c9783f250a7.tar.gz | |
xfce4-pulseaudio-plugin: unbreak build with pavucontrol6
'pavucontrol-6' requires gtk4 and thus also needs gpu acceleration
Only recommend to install pavucontrol if it would run
- remove x11 from DISTRO_FEATURES. There's no direct dependency on it
- add PACKAFECONFIG for libcanberra
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb index 8773cbcbb9..2fa76351a4 100644 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb | |||
| @@ -7,7 +7,7 @@ XFCE_COMPRESS_TYPE = "xz" | |||
| 7 | 7 | ||
| 8 | inherit xfce-panel-plugin features_check | 8 | inherit xfce-panel-plugin features_check |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "pulseaudio x11" | 10 | REQUIRED_DISTRO_FEATURES = "pulseaudio" |
| 11 | 11 | ||
| 12 | DEPENDS += "dbus-glib pulseaudio" | 12 | DEPENDS += "dbus-glib pulseaudio" |
| 13 | 13 | ||
| @@ -15,8 +15,8 @@ SRC_URI[sha256sum] = "8e1f3a505f37aa3bc2816a58bec5f9555366f1c476f10eab59fd0e6581 | |||
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "libnotify" | 16 | PACKAGECONFIG ??= "libnotify" |
| 17 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" | 17 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" |
| 18 | PACKAGECONFIG[libcanberra] = "--enable-libcanberra,--disable-libcanberra,libcanberra" | ||
| 18 | 19 | ||
| 19 | EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \ | 20 | EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources" |
| 20 | " | ||
| 21 | 21 | ||
| 22 | RRECOMMENDS:${PN} = "pavucontrol" | 22 | RRECOMMENDS:${PN} = "${@bb.utils.contains_any('DISTRO_FEATURES', 'opengl vulkan', 'pavucontrol', '', d)}" |
