summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2020-08-24 11:31:28 +0200
committerOndrej Holy <oholy@redhat.com>2020-11-18 15:30:13 +0000
commit7cab1cd76209a65e8ae86507dd07c78aa2f0b15a (patch)
tree68ffeeac1d8f96ecc46609dbc5adece274516e8e /meson_options.txt
parent0645e3b9aaf8661991a89dfab8774146120e9146 (diff)
downloadnautilus-7cab1cd76209a65e8ae86507dd07c78aa2f0b15a.tar.gz
build, flatpak: Add libportal dependency
Fixes #795
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fce5f16f9..6e781c4ef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,6 +27,12 @@ option(
# Features #
############
option(
+ 'libportal',
+ type: 'boolean',
+ value: true,
+ description: 'Enable using xdg-desktop-portals for desktop integration',
+)
+option(
'packagekit',
type: 'boolean',
value: true,