mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
nautilus: Add a packageconfig for libportal - disabled by default
* Accessing flatpack portals is an option and not mandatory * Build tested on & off Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fe149bbb36
commit
5b09a5ad78
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user