Dustin Falgout
8 years ago
5 changed files with 29 additions and 22 deletions
@ -1,14 +1,24 @@ |
|||||||
option('with-theme-dir', |
option('with-theme-dir', |
||||||
type : 'string', |
type: 'string', |
||||||
value : '/usr/share/lightdm-webkit/themes', |
value: '/usr/share/lightdm-webkit/themes/', |
||||||
description : 'Directory to use for greeter themes') |
description: 'Directory to use for greeter themes') |
||||||
|
|
||||||
option('with-config-dir', |
option('with-config-dir', |
||||||
type : 'string', |
type: 'string', |
||||||
value : '/etc/lightdm/', |
value: '/etc/lightdm/', |
||||||
description : 'LightDM configuration directory') |
description: 'LightDM configuration directory') |
||||||
|
|
||||||
option('with-desktop-dir', |
option('with-desktop-dir', |
||||||
type : 'string', |
type: 'string', |
||||||
value : '/usr/share/xgreeters/', |
value: '/usr/share/xgreeters/', |
||||||
description : 'LightDM greeters directory') |
description: 'LightDM greeters directory') |
||||||
|
|
||||||
|
option('with-webext-dir', |
||||||
|
type: 'string', |
||||||
|
value: '/usr/lib/lightdm-webkit2-greeter/', |
||||||
|
description: 'Directory for the greeter webkit extension') |
||||||
|
|
||||||
|
option('with-locale-dir', |
||||||
|
type: 'string', |
||||||
|
value: '/usr/share/locale/', |
||||||
|
description: 'Locale directory') |
||||||
|
Loading…
Reference in new issue