aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-29 09:10:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-03-29 09:10:24 +0200
commit7c8c97b1a8f844d7e0e682abe0dcba01c2973a66 (patch)
tree8f7a34dad700a44a866475fd0a7e24ffe829dbf9 /project.conf
parentbcb79582c511706358e85d95c003e4feb85c66df (diff)
add alsa
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