mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
support/testing/tests/package/test_openjdk: drop the X11 dependency
Commit 3dd73c3 "package/openjdk: allow compiling without X11 support",
dropped the need for X11, so drop it from TestOpenJdk.
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2ef9fd947e
commit
2092fdc003
@@ -18,7 +18,6 @@ class TestOpenJdk(infra.basetest.BRTest):
|
||||
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
||||
BR2_PACKAGE_XORG7=y
|
||||
BR2_PACKAGE_OPENJDK=y
|
||||
BR2_PACKAGE_OPENJDK_HELLO_WORLD=y
|
||||
BR2_PACKAGE_OPENJDK_JNI_TEST=y
|
||||
|
||||
Reference in New Issue
Block a user