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:
Thomas Devoogdt
2026-01-02 19:51:30 +01:00
committed by Thomas Petazzoni
parent 2ef9fd947e
commit 2092fdc003

View File

@@ -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