summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2015-07-05 22:08:10 +0200
committer Julian Sikorski <belegdol+github@gmail.com>2015-07-05 22:08:10 +0200
commit1b5d213aaa8235d520271fd0f5dd3f6be7434e3c (patch)
treeb864bfa40784ea3ba561e13b25eeff1a4226f0cc /makefile
parente3e03e67d19353500ed4da484f443e71f2a25fc0 (diff)
Added ability to use system PortAudio
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index cef9e15dc53..2170fbca317 100644
--- a/makefile
+++ b/makefile
@@ -60,6 +60,7 @@
# USE_SYSTEM_LIB_LUA = 1
# USE_SYSTEM_LIB_SQLITE3 = 1
# USE_SYSTEM_LIB_PORTMIDI = 1
+# USE_SYSTEM_LIB_PORTAUDIO = 1
# MESA_INSTALL_ROOT = /opt/mesa
# SDL_INSTALL_ROOT = /opt/sdl2
@@ -336,6 +337,10 @@ ifndef USE_SYSTEM_LIB_PORTMIDI
PARAMS += --with-bundled-portmidi
endif
+ifndef USE_SYSTEM_LIB_PORTAUDIO
+PARAMS += --with-bundled-portaudio
+endif
+
#-------------------------------------------------
# distribution may change things
#-------------------------------------------------