diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-28 01:03:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-28 01:03:06 +0200 |
commit | 1db22826831bf90f82422af5b5fa3d6caec32b77 (patch) | |
tree | fcf7f75e5a1cf114ebf277e522aa592feb699337 /project.conf | |
parent | 2570d1e86adee7459ae0688fbe4d106e9567cb09 (diff) |
Remove dependency on glew and glfw, move external files to external directory
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 9 |
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" |