mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
8684b379bc
Add PACKAGECONFIG for libnotify and disable it by default to avoid the QA issue: WARNING: QA Issue: xfce4-pulseaudio-plugin rdepends on libnotify, but it isn't a build dependency? [build-deps] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
531 B
BlitzBasic
18 lines
531 B
BlitzBasic
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
|
|
|
inherit xfce-panel-plugin distro_features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "pulseaudio"
|
|
|
|
DEPENDS += "pulseaudio"
|
|
|
|
SRC_URI[md5sum] = "13a47ba5a72c16fb06f7e1cc89858cc7"
|
|
SRC_URI[sha256sum] = "e82836bc8cf7d905b4e60d43dc630ba8e32dea785989700c71d4aeee9f583b33"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
|
|
|
RRECOMMENDS_${PN} = "pavucontrol"
|