summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-05-26 15:19:04 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-05-26 15:19:04 -0400
commit794931998cb27b7ca94651c72300a5ed167a8951 (patch)
treea8a1e0f190c615199307c8248fed0ba3ee128bfb /meson_options.txt
parent50da8a18605cbbf7cd179f0b96a9478eb8f3853c (diff)
downloadnautilus-794931998cb27b7ca94651c72300a5ed167a8951.tar.gz
Drop libportal option
This is a follow up from https://gitlab.gnome.org/GNOME/nautilus/-/commit/6af38c29d As a result of that commit, it's not possible to set a picture as desktop wallpaper from Nautilus unless libportal is used. Since libportal is generally available, it's no longer a useful option to not use libportal.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6e781c4ef..fce5f16f9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,12 +27,6 @@ option(
# Features #
############
option(
- 'libportal',
- type: 'boolean',
- value: true,
- description: 'Enable using xdg-desktop-portals for desktop integration',
-)
-option(
'packagekit',
type: 'boolean',
value: true,