From ae51b769019ea5e4c32ec6e386f3d2183562c1cb Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Tue, 8 Jun 2021 22:55:49 -0400 Subject: Port build system from autotools to meson. --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..b0554fcd --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,5 @@ +option('libnotify', type : 'boolean', value : true, + description : 'enable libnotify for desktop notification support') + +option('webkitgtk', type : 'boolean', value : true, + description : 'enable webkitgtk support') -- cgit