diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-common.inc | 5 |
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 04acc59..70585a6 100644 --- a/recipes-core/openjdk/openjdk-8-common.inc +++ b/recipes-core/openjdk/openjdk-8-common.inc | |||
@@ -111,10 +111,7 @@ def package_config_option_cleanup(d): | |||
111 | if not option_headless and not with_cups: | 111 | if not option_headless and not with_cups: |
112 | option_headless = True | 112 | option_headless = True |
113 | 113 | ||
114 | if not option_soundless and not with_alsa: | 114 | if not option_soundless and not with_pulseaudio and not with_alsa: |
115 | option_soundless = True | ||
116 | |||
117 | if not option_soundless and not with_pulseaudio: | ||
118 | option_soundless = True | 115 | option_soundless = True |
119 | 116 | ||
120 | options = {'make': [], 'cpp': [], 'env': [], 'configure': ["--disable-ccache"] } | 117 | options = {'make': [], 'cpp': [], 'env': [], 'configure': ["--disable-ccache"] } |