From 26208b899af76fb3143801eb2ee4be588a36f0ae Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 9 Jun 2020 11:58:09 -0300 Subject: openjdk-8-native: Add libxtst-native to x11 packageconfig libxtst-native it's needed to build openjdk-8-native. 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 321a43d..f6d617a 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[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native" PACKAGECONFIG[cups] = "--with-cups,,cups" +PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-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