summaryrefslogtreecommitdiff
path: root/project.json
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-24 22:07:01 +0200
committerandromeda <andromeda@lenovo>2026-04-24 22:07:01 +0200
commit643cf49f77e64f00589bc16147be0afc95fc08cf (patch)
treea0055c97ba4d024e3c27d2679ddc5c4447ed6b0e /project.json
parent1b3c57972570f9e79c21a571b6cd1b3273ea3059 (diff)
rgfw
Diffstat (limited to 'project.json')
-rw-r--r--project.json5
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"
}