mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Don't build srbchannel-test on targets without srbchannel
Reported-by: Felipe Sateler <fsateler@debian.org> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
13a3daa928
commit
580f468900
2 changed files with 6 additions and 1 deletions
|
|
@ -449,6 +449,7 @@ AC_CHECK_HEADERS_ONCE([execinfo.h])
|
|||
AC_CHECK_HEADERS_ONCE([langinfo.h])
|
||||
AC_CHECK_HEADERS_ONCE([regex.h pcreposix.h])
|
||||
|
||||
AM_CONDITIONAL(HAVE_SYS_EVENTFD_H, test "x$ac_cv_header_sys_eventfd_h" = "xyes")
|
||||
|
||||
#### Typdefs, structures, etc. ####
|
||||
|
||||
|
|
|
|||
|
|
@ -288,11 +288,15 @@ TESTS_daemon = \
|
|||
|
||||
if !OS_IS_WIN32
|
||||
TESTS_default += \
|
||||
srbchannel-test \
|
||||
sigbus-test \
|
||||
usergroup-test
|
||||
endif
|
||||
|
||||
if HAVE_SYS_EVENTFD_H
|
||||
TESTS_default += \
|
||||
srbchannel-test
|
||||
endif
|
||||
|
||||
if !OS_IS_DARWIN
|
||||
TESTS_default += \
|
||||
once-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue