summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/openjdk/openjdk-8-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc
index 47fe35d..b328395 100644
--- a/recipes-core/openjdk/openjdk-8-cross.inc
+++ b/recipes-core/openjdk/openjdk-8-cross.inc
@@ -18,7 +18,7 @@ PRIVATE_LIBS = "\
18PACKAGECONFIG ??= "repack" 18PACKAGECONFIG ??= "repack"
19PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender" 19PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender"
20PACKAGECONFIG[cups] = "--with-cups,,cups" 20PACKAGECONFIG[cups] = "--with-cups,,cups"
21PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" 21PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib"
22 22
23PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," 23PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
24 24