blob: fc380c1539778d84291ff558c7091fb18c4074f6 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Pulseaudio mixer for the xfce panel"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
4
Brad Bishop8410d612019-11-25 09:40:59 -05005inherit xfce-panel-plugin features_check
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
7REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
8
Brad Bishop26bdd442019-08-16 17:08:17 -04009DEPENDS += "dbus-glib pulseaudio"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Brad Bishop90ca7472019-08-20 09:15:15 -040011SRC_URI[md5sum] = "9a34eadf06ed217ec0732a096f178987"
12SRC_URI[sha256sum] = "4ae8aebc2458675d4f885bf16f73829be359e16370a684301bbef6a23758a120"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
14PACKAGECONFIG ??= ""
15PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
16
17RRECOMMENDS_${PN} = "pavucontrol"