summaryrefslogtreecommitdiff
path: root/test cases/frameworks/14 xdg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks/14 xdg/meson.build')
-rw-r--r--test cases/frameworks/14 xdg/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/frameworks/14 xdg/meson.build b/test cases/frameworks/14 xdg/meson.build
new file mode 100644
index 000000000..ae356ee93
--- /dev/null
+++ b/test cases/frameworks/14 xdg/meson.build
@@ -0,0 +1,5 @@
+project('xdg example', 'c')
+
+xdg = import('xdg')
+
+xdg.install_desktop('test.desktop')