aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf5
1 files changed, 4 insertions, 1 deletions
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