[gnome-shell] build: Fix portal installation with meson
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Fix portal installation with meson
- Date: Thu, 20 Jul 2017 00:15:41 +0000 (UTC)
commit ae0eeb0dcadcf5543d3cf2e8d2d1fa429d0af82c
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jul 20 01:43:38 2017 +0200
build: Fix portal installation with meson
Gah, this fell through the cracks ...
data/meson.build | 1 +
meson.build | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 0fa87fb..6bc5ae0 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -72,6 +72,7 @@ configure_file(
)
+install_data('gnome-shell.portal', install_dir: portaldir)
install_data('50-gnome-shell-system.xml', install_dir: keysdir)
diff --git a/meson.build b/meson.build
index 00a541d..5f4c747 100644
--- a/meson.build
+++ b/meson.build
@@ -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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]