summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/openjdk/openjdk-8-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc
index f6d617a..24b6f20 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -8,8 +8,8 @@ DEPENDS = "\
8" 8"
9 9
10PACKAGECONFIG ??= "gif jpeg png zlib" 10PACKAGECONFIG ??= "gif jpeg png zlib"
11PACKAGECONFIG[cups] = "--with-cups,,cups"
12PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native" 11PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
12PACKAGECONFIG[cups] = "--with-cups,,cups-native"
13PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" 13PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
14PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native" 14PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
15PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," 15PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"