summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 334d6cc43d..98c0eb33bf 100644
--- a/wscript
+++ b/wscript
@@ -83,7 +83,7 @@ build_options = [
}, {
'name': '--test',
'desc': 'test suite (using cmocka)',
- 'func': check_pkg_config('cmocka >= 0.4.1'),
+ 'func': check_pkg_config('cmocka', '>= 0.4.1'),
}, {
'name': '--clang-database',
'desc': 'generate a clang compilation database',
@@ -532,7 +532,7 @@ audio_output_features = [
}, {
'name': '--alsa',
'desc': 'ALSA audio output',
- 'func': check_pkg_config('alsa >= 1.0.18'),
+ 'func': check_pkg_config('alsa', '>= 1.0.18'),
}, {
'name': '--coreaudio',
'desc': 'CoreAudio audio output',