Skip to content

Commit

Permalink
icedtea7: Add missing DEPENDS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ribalda committed Jun 25, 2019
1 parent 2fc7857 commit 1f48e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-core/icedtea/icedtea7-native.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
glib-2.0-native freetype-native zlib-native \
fontconfig-native zip-native \
unzip-native make-native util-linux-native\
xorgproto-native\
"

PACKAGECONFIG ??= ""
Expand Down

0 comments on commit 1f48e7d

Please sign in to comment.