summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-06-09 11:58:09 -0300
committerRichard Leitner <richard.leitner@skidata.com>2020-06-10 09:41:50 +0200
commit26208b899af76fb3143801eb2ee4be588a36f0ae (patch)
tree26845ba75dcc8f6c1f1e6fce1ba373994ae4219e
parentb8e62679d99f57a5af4f2c59ac36bea5c7087d4f (diff)
downloadmeta-java-26208b899af76fb3143801eb2ee4be588a36f0ae.tar.gz
openjdk-8-native: Add libxtst-native to x11 packageconfig
libxtst-native it's needed to build openjdk-8-native. 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.inc2
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 321a43d..f6d617a 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
10PACKAGECONFIG ??= "gif jpeg png zlib" 10PACKAGECONFIG ??= "gif jpeg png zlib"
11PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native"
12PACKAGECONFIG[cups] = "--with-cups,,cups" 11PACKAGECONFIG[cups] = "--with-cups,,cups"
12PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native libxext-native libxrender-native libxtst-native"
13PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" 13PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
14PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native" 14PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
15PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," 15PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"