summaryrefslogtreecommitdiff
path: root/tests/share
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-13 19:03:17 +0100
committerSimon McVittie <smcv@debian.org>2022-10-24 16:12:14 +0100
commit9eb824f863fff67e5650b844bad9654f8acfb832 (patch)
tree342c8e4941ea5ae4697d414710248baa527f7e22 /tests/share
parentad1dc62f2653fb7061699409ad3f0f49dd070105 (diff)
downloadflatpak-9eb824f863fff67e5650b844bad9654f8acfb832.tar.gz
Add a Meson build system
Resolves: https://github.com/flatpak/flatpak/issues/2241 Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tests/share')
-rw-r--r--tests/share/xdg-desktop-portal/portals/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/share/xdg-desktop-portal/portals/meson.build b/tests/share/xdg-desktop-portal/portals/meson.build
new file mode 100644
index 00000000..73640145
--- /dev/null
+++ b/tests/share/xdg-desktop-portal/portals/meson.build
@@ -0,0 +1,6 @@
+configure_file(
+ input : project_source_root / 'tests/test.portal.in',
+ output : 'test.portal',
+ copy : true,
+)
+