Merge pull request #12 from alunux/master

Use `value` instead `default` keyword in with-shim build option
This commit is contained in:
Ikey Doherty
2017-10-11 14:30:42 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
option('with-shim', type : 'combo', choices : ['replacement', 'co-exist', 'none'], default: 'replacement',
option('with-shim', type : 'combo', choices : ['replacement', 'co-exist', 'none'], value: 'replacement',
description : 'control how the shim is deployed')
option('with-steam-binary', type: 'string', description: 'Set the path to the Steam binary', value: '/usr/lib/steam/steam')
option('with-frontend', type: 'boolean', description: 'Build the LSI Settings UI', value: false)