summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk')
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index c78bb2a..d69fb46 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -96,10 +96,7 @@ def package_config_option_cleanup(d):
96 if not option_headless and not with_cups: 96 if not option_headless and not with_cups:
97 option_headless = True 97 option_headless = True
98 98
99 if not option_soundless and not with_alsa: 99 if not option_soundless and not with_pulseaudio and not with_alsa:
100 option_soundless = True
101
102 if not option_soundless and not with_pulseaudio:
103 option_soundless = True 100 option_soundless = True
104 101
105 options = {'make': [], 'cpp': [], 'env': [], 'configure': ["--disable-ccache"] } 102 options = {'make': [], 'cpp': [], 'env': [], 'configure': ["--disable-ccache"] }