Skip to content
Snippets Groups Projects
Commit 68465db0 authored by Guido Falsi's avatar Guido Falsi
Browse files

deskutils/xfce4-notifyd: Correctly depend on canberra for sound support

Upstream configure script does not have a specific canberra knob,
so use the sound knob to really control linking to canberra library
for sound support.

To better describe the option I renamed it to SOUND (still disabled
by default)

PR:		273805
Fixes:		4018c202
MFH:		2023Q3
parent f8943d66
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-systemd
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= CANBERRA NLS
OPTIONS_DEFINE= NLS SOUND
OPTIONS_SUB= yes
CANBERRA_DESC= Sound (audio) support via canberra
SOUND_DESC= Sound (audio) support via canberra
CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3
CANBERRA_CONFIGURE_ENABLE= canberra
SOUND_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3
SOUND_CONFIGURE_ENABLE= sound
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment