summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6ec084729c..13cb5269ee 100644
--- a/wscript
+++ b/wscript
@@ -581,7 +581,7 @@ audio_output_features = [
}, {
'name': '--openal',
'desc': 'OpenAL audio output',
- 'func': check_pkg_config('openal', '>= 1.13'),
+ 'func': check_openal,
'default': 'disable'
}, {
'name': '--opensles',