From b28b9516d9356c6188ef9cd4ae752f9308eab6ab Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 9 Jun 2020 11:58:10 -0300 Subject: openjdk-8-native: Build cups-native when using cups packageconfig Signed-off-by: Fabio Berton Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "\ " PACKAGECONFIG ??= "gif jpeg png zlib" -PACKAGECONFIG[cups] = "--with-cups,,cups" PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native" +PACKAGECONFIG[cups] = "--with-cups,,cups-native" PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native" PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," -- cgit v1.2.3-54-g00ecf