meson: disable libnotify and webkitgtk by default
This commit is contained in:
parent
57f274f70b
commit
d1a5cd3b91
@ -1,5 +1,5 @@
|
||||
option('libnotify', type : 'boolean', value : true,
|
||||
option('libnotify', type : 'boolean', value : false,
|
||||
description : 'enable libnotify for desktop notification support')
|
||||
|
||||
option('webkitgtk', type : 'boolean', value : true,
|
||||
option('webkitgtk', type : 'boolean', value : false,
|
||||
description : 'enable webkitgtk support')
|
||||
|
Reference in New Issue
Block a user