summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-cross.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-cross.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc
index 3973fcf..40db2eb 100644
--- a/recipes-core/openjdk/openjdk-8-cross.inc
+++ b/recipes-core/openjdk/openjdk-8-cross.inc
@@ -3,7 +3,7 @@ JRE_HOME = "${libdir_jvm}/openjre-8"
3 3
4DEPENDS = "\ 4DEPENDS = "\
5 openjdk-8-native zip-native ant-native libxslt \ 5 openjdk-8-native zip-native ant-native libxslt \
6 jpeg libpng krb5 libffi fontconfig freetype \ 6 krb5 libffi fontconfig freetype \
7" 7"
8 8
9PRIVATE_LIBS = "\ 9PRIVATE_LIBS = "\
@@ -19,6 +19,7 @@ PACKAGECONFIG ??= " \
19 repack \ 19 repack \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 cups', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 cups', '', d)} \
21 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ 21 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
22 jpeg png \
22" 23"
23PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst" 24PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst"
24PACKAGECONFIG[cups] = "--with-cups,,cups" 25PACKAGECONFIG[cups] = "--with-cups,,cups"
@@ -28,6 +29,8 @@ PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
28 29
29PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib," 30PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib,"
30PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib," 31PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib,"
32PACKAGECONFIG[jpeg] = "--with-libjpeg=system,--with-libjpeg=bundled,jpeg,"
33PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng,"
31 34
32export WANT_LLVM_RELEASE = "3.5.2" 35export WANT_LLVM_RELEASE = "3.5.2"
33PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," 36PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,,"