build: Always install xdg-desktop-portal metadata
The build target accidentally ended up in a network manager conditional, though the portal doesn't depend on NM in any way. https://bugzilla.gnome.org/show_bug.cgi?id=783206
This commit is contained in:
parent
e7bf23890b
commit
60c00f0472
@ -1,15 +1,15 @@
|
|||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
|
portaldir = $(datadir)/xdg-desktop-portal/portals
|
||||||
|
portal_DATA = gnome-shell.portal
|
||||||
|
|
||||||
desktopdir=$(datadir)/applications
|
desktopdir=$(datadir)/applications
|
||||||
desktop_DATA = org.gnome.Shell.desktop gnome-shell-extension-prefs.desktop
|
desktop_DATA = org.gnome.Shell.desktop gnome-shell-extension-prefs.desktop
|
||||||
|
|
||||||
if HAVE_NETWORKMANAGER
|
if HAVE_NETWORKMANAGER
|
||||||
desktop_DATA += org.gnome.Shell.PortalHelper.desktop
|
desktop_DATA += org.gnome.Shell.PortalHelper.desktop
|
||||||
|
|
||||||
portaldir = $(datadir)/xdg-desktop-portal/portals
|
|
||||||
portal_DATA = gnome-shell.portal
|
|
||||||
|
|
||||||
servicedir = $(datadir)/dbus-1/services
|
servicedir = $(datadir)/dbus-1/services
|
||||||
service_DATA = org.gnome.Shell.PortalHelper.service
|
service_DATA = org.gnome.Shell.PortalHelper.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user