diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2020-06-09 11:58:10 -0300 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-06-10 09:42:06 +0200 |
commit | b28b9516d9356c6188ef9cd4ae752f9308eab6ab (patch) | |
tree | 72d20ba7020fbadfe5b3369f231979e00e6584b4 | |
parent | 26208b899af76fb3143801eb2ee4be588a36f0ae (diff) | |
download | meta-java-b28b9516d9356c6188ef9cd4ae752f9308eab6ab.tar.gz |
openjdk-8-native: Build cups-native when using cups packageconfig
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-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,," |