dynload x11 and xrender
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-03-31 13:24:28 -07:00
commit af54b3e515
2 changed files with 1758 additions and 11 deletions

View file

@ -8,13 +8,13 @@ if (param_get("classic-theme")) {
if (grep(/^x11$/, @backends)) {
add_cflags("-DUSE_X11");
new_object("src/backend/x11.c");
add_libs("-lX11");
#add_libs("-lX11");
$gl_libs = "-lGL -lGLU";
if (param_get("xrender")) {
add_cflags("-DUSE_XRENDER");
add_libs("-lXrender");
#add_libs("-lXrender");
}
}

File diff suppressed because it is too large Load diff