From d570146f13c0cb34caed05c93cf3ec9fd3e3927e Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Thu, 10 May 2018 09:09:56 -0700 Subject: icetea7, openjdk-8: Fix depenency to xproto -> xorgproto The latest oe-core has changed the X protocol header provider package name. Signed-off-by: Jason Wessel Reviewed-by: Richard Leitner Tested-by: Richard Leitner Signed-off-by: Henning Heinold --- recipes-core/icedtea/icedtea7-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/icedtea/icedtea7-native.inc') diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index d4cf7ac..2c9fa92 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc @@ -12,7 +12,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ " PACKAGECONFIG ??= "" -PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native" +PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xorgproto-native libxt-native libxext-native libxrender-native" OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" -- cgit v1.2.3-54-g00ecf