build: Fix portal installation with meson

Gah, this fell through the cracks ...
This commit is contained in:
Florian Müllner 2017-07-20 01:43:38 +02:00
parent 2aceeac7e0
commit ae0eeb0dca
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ configure_file(
)
install_data('gnome-shell.portal', install_dir: portaldir)
install_data('50-gnome-shell-system.xml', install_dir: keysdir)

View File

@ -53,6 +53,7 @@ desktopdir = join_paths(datadir, 'applications')
ifacedir = join_paths(datadir, 'dbus-1', 'interfaces')
localedir = join_paths(datadir, 'locale')
mozplugindir = join_paths(libdir, 'mozilla', 'plugins')
portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
servicedir = join_paths(datadir, 'dbus-1', 'services')