diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-04-02 23:43:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:41:11 +0200 |
commit | 32b66c95fff42295bb8d3a569923a82a5de973c9 (patch) | |
tree | eb7fc741f9f80308cab376bd5260e7d1d5d63590 /project.conf | |
parent | 2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (diff) |
Add pulseaudio, parse command line args
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project.conf b/project.conf index 816b703..dd5d572 100644 --- a/project.conf +++ b/project.conf @@ -8,6 +8,9 @@ platforms = ["posix"] include_dirs = ["/opt/cuda/targets/x86_64-linux/include"] libs = ["/usr/lib/libcuda.so"] +[define] +PULSEAUDIO = "1" + [dependencies] glew = ">=2" glx = ">=1" @@ -22,5 +25,6 @@ xdamage = "1" glfw3 = "3" alsa = "1" +libpulse-simple = "13" libswresample = "3"
\ No newline at end of file |