aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch b/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch
deleted file mode 100644
index 38f5f9b..0000000
--- a/recipes-core/openjdk/patches-openjdk-8/openjdk8-no-genx11-in-headless.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- jdk/make/GenerateSources.gmk.orig
-+++ jdk/make/GenerateSources.gmk
-@@ -73,9 +73,11 @@ ifneq ($(OPENJDK_TARGET_OS), windows)
- GENSRC += $(GENSRC_OSX_ICONS)
- endif
-
-- ifneq ($(OPENJDK_TARGET_OS), macosx)
-- include gensrc/GensrcX11Wrappers.gmk
-- GENSRC += $(GENSRC_X11WRAPPERS)
-+ ifndef BUILD_HEADLESS_ONLY
-+ ifneq ($(OPENJDK_TARGET_OS), macosx)
-+ include gensrc/GensrcX11Wrappers.gmk
-+ GENSRC += $(GENSRC_X11WRAPPERS)
-+ endif
- endif
- endif
-