Closed hartwork closed 4 years ago
In file included from src/dev.c:28: src/proto_x11.h:23:10: fatal error: X11/Xlib.h: No such file or directory 23 | #include <X11/Xlib.h> | ^~~~~~~~~~~~
Probably the include to proto_x11.h in src/dev.c should be guarded by the X11 support macro.
proto_x11.h
src/dev.c
Full log at https://708646.bugs.gentoo.org/attachment.cgi?id=612568
fixed, commit: 0e7ee93
Thank you!
Probably the include to
proto_x11.h
insrc/dev.c
should be guarded by the X11 support macro.Full log at https://708646.bugs.gentoo.org/attachment.cgi?id=612568