diff options
-rw-r--r-- | recipes-core/openjdk/openjdk-8-native.inc | 2 |
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 | ||
10 | PACKAGECONFIG ??= "gif jpeg png zlib" | 10 | PACKAGECONFIG ??= "gif jpeg png zlib" |
11 | PACKAGECONFIG[cups] = "--with-cups,,cups" | ||
12 | PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native" | 11 | PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native" |
12 | PACKAGECONFIG[cups] = "--with-cups,,cups-native" | ||
13 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" | 13 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" |
14 | PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native" | 14 | PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native" |
15 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," | 15 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," |