mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.1 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.0 Add EXTRA_OECONF to resolve configure failure: | checking for glib-compile-resources... configure: error: could not find glib-compile-resources. You can run: | ./configure GLIB_COMPILE_RESOURCES=/path/to/glib-compile-resources | to provide a custom location for it. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
715 B
BlitzBasic
23 lines
715 B
BlitzBasic
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
|
|
|
XFCE_COMPRESS_TYPE = "xz"
|
|
|
|
inherit xfce-panel-plugin features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
|
|
|
DEPENDS += "dbus-glib pulseaudio"
|
|
|
|
SRC_URI[sha256sum] = "8e1f3a505f37aa3bc2816a58bec5f9555366f1c476f10eab59fd0e6581d08c47"
|
|
|
|
PACKAGECONFIG ??= "libnotify"
|
|
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
|
|
|
EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} = "pavucontrol"
|