summaryrefslogtreecommitdiff
path: root/project.json
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-25 00:49:46 +0200
committerandromeda <andromeda@lenovo>2026-04-25 00:49:46 +0200
commit168abecfafadb57a0c677777a40083761bf8a922 (patch)
tree2437a104b6c7ba15702fcee10851cfe16b0505cb /project.json
parent643cf49f77e64f00589bc16147be0afc95fc08cf (diff)
add rsgl, modularize
Diffstat (limited to 'project.json')
-rw-r--r--project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.json b/project.json
index 2da8fe4..4f20d87 100644
--- a/project.json
+++ b/project.json
@@ -4,7 +4,7 @@
"authors": [ "Andromeda-fp" ],
"version": "0.1.0",
"sources": [ "**" ],
- "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m"],
+ "linked-libraries": [ "wayland-client", "xkbcommon", "wayland-cursor", "wayland-egl", "m", "GL"],
"c-sources": [ "**" ],
"c-include-dirs": [ "include" ],
"build-dir": "build",