From 7c8c97b1a8f844d7e0e682abe0dcba01c2973a66 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Mar 2020 09:10:24 +0200 Subject: add alsa --- project.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index bc30fab..f7a8e64 100644 --- a/project.conf +++ b/project.conf @@ -6,6 +6,7 @@ platforms = ["posix"] [config] include_dirs = ["/opt/cuda/targets/x86_64-linux/include"] +libs = ["/usr/lib/libcuda.so"] [dependencies] ffnvcodec = ">=9" @@ -20,4 +21,6 @@ xcomposite = ">=0.2" xdamage = "1" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent -glfw3 = "3" \ No newline at end of file +glfw3 = "3" + +alsa = "1" \ No newline at end of file -- cgit v1.2.3