From 60c00f04721bd1b9a079198b06759ab75ccaa38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 25 May 2017 03:22:11 +0200 Subject: [PATCH] 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 --- data/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index c27054eba..671ea7eca 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,15 +1,15 @@ CLEANFILES = NULL = +portaldir = $(datadir)/xdg-desktop-portal/portals +portal_DATA = gnome-shell.portal + desktopdir=$(datadir)/applications desktop_DATA = org.gnome.Shell.desktop gnome-shell-extension-prefs.desktop if HAVE_NETWORKMANAGER desktop_DATA += org.gnome.Shell.PortalHelper.desktop -portaldir = $(datadir)/xdg-desktop-portal/portals -portal_DATA = gnome-shell.portal - servicedir = $(datadir)/dbus-1/services service_DATA = org.gnome.Shell.PortalHelper.service