diff options
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" |