Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/pulseaudio-module-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Freiberg <speidy@gmail.com>2018-08-04 10:05:14 +0300
committerIdan Freiberg <speidy@gmail.com>2018-08-04 10:14:34 +0300
commit9f6df5da00ba84044c550be42ac38645854b30be (patch)
treeec4183e4ef663b5b478770393ce0b0524f4e338d
parent5fee3889fe8ce27b882d1a846faa10f6b4251535 (diff)
autotools: change default prefix to `/usr`
so our modules will be installed where system's pulseaudio modules are. Unfortunately, pulseaudio don't check `/usr/local` first
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 534e4e4..91c812f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,9 @@ AS_IF([test x"$PULSE_DIR" == x""],
AC_MSG_ERROR([m4_text_box([PULSE_MSG])])
)
+# change default prefix so modules will be installed where system pulseaudio is
+AC_PREFIX_DEFAULT(["/usr"])
+
# copied from pulseaudio
AC_ARG_WITH(
[module-dir],