All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig
@ 2020-06-09 14:58 Fabio Berton
  2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
  2020-06-10  9:10 ` [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Richard Leitner
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Berton @ 2020-06-09 14:58 UTC (permalink / raw)
  To: openembedded-devel

libxtst-native it's needed to build openjdk-8-native.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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,,"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-10  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 14:58 [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Fabio Berton
2020-06-09 14:58 ` [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig Fabio Berton
2020-06-10  9:10   ` [oe] " Richard Leitner
2020-06-10  9:10 ` [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig Richard Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.