source "${GRIMOIRE}"/MESON_DEPENDS &&
depends PKG-CONFIG                 &&
depends glib2                      &&
depends gtk+3                      &&
depends itstool                    &&
depends gdk-pixbuf2                &&
depends libx11                     &&
depends pango                      &&

optional_depends libnotify                                            \
                 'libnotify=true'                                     \
                 'libnotify=false'                                    \
                 'Enable libnotify for desktop notification support?' &&

optional_depends webkitgtk3                                           \
                 'webkitgtk=true'                                     \
                 'webkitgtk=false'                                    \
                 'Enable webkitgtk support?'
