[zenity/meson] meson: disable libnotify and webkitgtk by default
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [zenity/meson] meson: disable libnotify and webkitgtk by default
- Date: Thu, 10 Jun 2021 03:16:07 +0000 (UTC)
commit d1a5cd3b915a18217c20581aa2d1a4a8c5918a01
Author: Logan Rathbone <poprocks gmail com>
Date: Wed Jun 9 23:14:21 2021 -0400
meson: disable libnotify and webkitgtk by default
meson_options.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index b0554fc..7dd5b5a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]