dynload x11 and xrender
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9d7d4541e4
commit
af54b3e515
2 changed files with 1758 additions and 11 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
1765
src/backend/x11.c
1765
src/backend/x11.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue