diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-30 19:14:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-30 19:14:30 +0200 |
commit | 900553e6c0120edaf90fa8d28f34bd82af4c5a58 (patch) | |
tree | d5353f60e9384729e78603bf794c0dd8c3b601ef /project.conf | |
parent | a66516e34ed1037cdc38fce8bd957fd77152c39f (diff) |
Add daemon
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 81c8aa3..3ab4a1c 100644 --- a/project.conf +++ b/project.conf @@ -4,8 +4,11 @@ type = "executable" version = "0.1.0" platforms = ["posix"] +[config] +ignore_dirs = ["gpu-screen-recorder-overlay-daemon"] + [dependencies] x11 = ">=1" xext = ">=1" xcomposite = ">=0" -gl = ">=1"
\ No newline at end of file +gl = ">=1" |