mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
module-volume-restore uses regexp() so make sure it's only built on systems
that have it. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@868 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f468308e41
commit
9c38744cdd
1 changed files with 3 additions and 3 deletions
|
|
@ -744,8 +744,7 @@ modlib_LTLIBRARIES += \
|
|||
module-null-sink.la \
|
||||
module-esound-sink.la \
|
||||
module-http-protocol-tcp.la \
|
||||
module-detect.la \
|
||||
module-volume-restore.la
|
||||
module-detect.la
|
||||
|
||||
# See comment at librtp.la above
|
||||
if !OS_IS_WIN32
|
||||
|
|
@ -777,7 +776,8 @@ endif
|
|||
|
||||
if HAVE_REGEX
|
||||
modlib_LTLIBRARIES += \
|
||||
module-match.la
|
||||
module-match.la \
|
||||
module-volume-restore.la
|
||||
endif
|
||||
|
||||
if HAVE_X11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue