aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-28 01:03:06 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-28 01:03:06 +0200
commit1db22826831bf90f82422af5b5fa3d6caec32b77 (patch)
treefcf7f75e5a1cf114ebf277e522aa592feb699337 /project.conf
parent2570d1e86adee7459ae0688fbe4d106e9567cb09 (diff)
Remove dependency on glew and glfw, move external files to external directory
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/project.conf b/project.conf
index bb5f463..dc004f2 100644
--- a/project.conf
+++ b/project.conf
@@ -5,20 +5,13 @@ version = "1.1.0"
platforms = ["posix"]
[config]
-include_dirs = ["include"]
+include_dirs = ["external"]
[dependencies]
-glew = ">=2"
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
-#xdamage = "1"
-
-# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
-glfw3 = "3"
-
libpulse = ">=13"
-
libswresample = ">=3"