diff options
author | Kyle Russell <bkylerussell@gmail.com> | 2019-02-04 17:01:37 -0500 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-08-17 13:24:19 +0200 |
commit | b35bf557a9b06f2d725ae950347d7e055e13f943 (patch) | |
tree | 15641addcc38657ec11d9ff490070ac68b1203b7 /licenses/CUP | |
parent | 9105494a3983130a1e17f8171e573e8b4c54f6be (diff) | |
download | meta-java-b35bf557a9b06f2d725ae950347d7e055e13f943.tar.gz |
icedtea7-native: set default x11 PACKAGECONFIG from DISTRO_FEATURES
If x11 is specified in DISTRO_FEATURES, then make it a default
PACKAGECONFIG option when building icedtea7-native; otherwise, the
libx11-native dependency won't be satisfied.
The recipe reads as though icedtea7-native can build completely without
X11, but if the libx11-native headers are not installed on the host
system, compile errors in multiple units because of a missing X11/Xlib.h.
In file included from ../../../src/share/native/sun/awt/../java2d/pipe/Region.h:34:0,
from ../../../src/share/native/sun/awt/../java2d/loops/GraphicsPrimitiveMgr.c:31:
../../../src/solaris/native/sun/awt/utility/rect.h:31:22: fatal error: X11/Xlib.h: No such file or directory
In this example, it appears that GraphicsPrimitiveMgr.c is supposed to
be compiled even in headless mode, so the dependency still seems to be
needed.
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'licenses/CUP')
0 files changed, 0 insertions, 0 deletions