diff options
Diffstat (limited to 'project.json')
| -rw-r--r-- | project.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.json b/project.json index 574b9df..2da8fe4 100644 --- a/project.json +++ b/project.json @@ -4,8 +4,9 @@ "authors": [ "Andromeda-fp" ], "version": "0.1.0", "sources": [ "**" ], - "linked-libraries": [ "GL", "X11" ], + "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m"], "c-sources": [ "**" ], + "c-include-dirs": [ "include" ], "build-dir": "build", "output": "build", "targets": { @@ -14,5 +15,5 @@ }, }, "cpu": "generic", - "opt": "O0" + "opt": "O5" } |
