mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
build-sys: don't install esdcompat tool if building without esound support
This commit is contained in:
parent
df79abe754
commit
f250341b80
3 changed files with 18 additions and 5 deletions
|
|
@ -183,7 +183,11 @@ endif
|
|||
# Utility programs #
|
||||
###################################
|
||||
|
||||
bin_SCRIPTS = esdcompat
|
||||
bin_SCRIPTS =
|
||||
|
||||
if HAVE_ESOUND
|
||||
bin_SCRIPTS += esdcompat
|
||||
endif
|
||||
|
||||
bin_PROGRAMS += \
|
||||
pacat \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue