This commit is contained in:
IoIxD 2026-01-09 14:43:44 -07:00
commit 2d3bd9213e
13 changed files with 416 additions and 83 deletions

View file

@ -46,6 +46,13 @@ if (grep(/^wayland$/, @backends)) {
$gl_libs = "-lGL -lGLU";
}
if (grep(/^appkit$/, @backends)) {
add_cflags("-DUSE_APPKIT");
new_object("src/backend/appkit.m");
$gl_libs = "-lGL -lGLU";
}
if (param_get("stb-image")) {
add_cflags("-DUSE_STB_IMAGE");
}