summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 5d46507d82..851b1a5c7b 100644
--- a/wscript
+++ b/wscript
@@ -516,11 +516,11 @@ video_output_features = [
'deps': 'gbm.h',
'func': check_pkg_config('gbm', '>= 17.1.0'),
} , {
- 'name': '--wayland-scanner',
+ 'name': 'wayland-scanner',
'desc': 'wayland-scanner',
'func': check_program('wayland-scanner', 'WAYSCAN')
} , {
- 'name': '--wayland-protocols',
+ 'name': 'wayland-protocols',
'desc': 'wayland-protocols',
'func': check_wl_protocols
} , {