summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo@ribalda.com>2019-07-05 13:18:02 +0200
committerRichard Leitner <richard.leitner@skidata.com>2019-07-09 14:39:57 +0200
commit56ecf2eab63b38dbbd4c7f450982a3e0ae20bdf2 (patch)
tree38a2586210dd69898bb3bee4dce8508ed5f4299d
parent90984a33f407265493d54a8240e7d78701b3fb50 (diff)
downloadmeta-java-56ecf2eab63b38dbbd4c7f450982a3e0ae20bdf2.tar.gz
icedtea7: Add missing DEPENDS
Fixes: | checking X11/X.h usability... no | checking X11/X.h presence... no | checking for X11/X.h... no | configure: error: "xorg headers were not found - | try installing xorg-x11-proto-devel." | NOTE: The following config.log files may provide further information. | NOTE: /workdir/build/tmp/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/icedtea-2.1.3/build/config.log | ERROR: configure failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /workdir/build/tmp/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/temp/log.do_configure.29594) ERROR: Task (/workdir/repo/poky/../meta-java/recipes-core/icedtea/icedtea7-native_2.1.3.bb:do_configure) failed with exit code '1' Suggested-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 70b935a..b578cb2 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -8,7 +8,8 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
8 giflib-native jpeg-native libpng-native \ 8 giflib-native jpeg-native libpng-native \
9 glib-2.0-native freetype-native zlib-native \ 9 glib-2.0-native freetype-native zlib-native \
10 fontconfig-native zip-native \ 10 fontconfig-native zip-native \
11 unzip-native make-native util-linux-native\ 11 unzip-native make-native util-linux-native \
12 xorgproto-native libx11-native \
12 " 13 "
13 14
14PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""