From 5b09a5ad78e9addb9c02fff8c7dc3ebe3946588a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 31 Mar 2022 08:49:30 +0200 Subject: [PATCH] nautilus: Add a packageconfig for libportal - disabled by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Accessing flatpack portals is an option and not mandatory * Build tested on & off Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb index 2935cc2bfe..08277416f3 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb @@ -14,7 +14,6 @@ DEPENDS = " \ gnome-autoar \ tracker \ libhandy \ - libportal \ " inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check mime-xdg @@ -32,6 +31,7 @@ EXTRA_OEMESON += " \ PACKAGECONFIG = "extensions" PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" +PACKAGECONFIG[libportal] = "-Dlibportal=true,-Dlibportal=false, libportal" FILES:${PN} += " \ ${datadir}/dbus-1 \