|
Relates :
|
src/jdk.incubator.jpackage/linux/native/libapplauncher/LinuxPlatform.h
has
#include <X11/Xlib.h>
#include <X11/Xatom.h>
but does not respect the configure flag `--x-includes`.
I'm getting
fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated
in my builds.
Maybe $(X_CFLAGS) needs to be passed somewhere in the makefiles (make/lib/Lib-jdk.incubator.jpackage.gmk)?
|