summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-09-11 13:28:07 -0400
committerZeeshan Ali <zeenix@collabora.co.uk>2018-09-11 13:28:07 -0400
commit3458f9f0dc60b2d3f8c4b8b868f0d4d66d480180 (patch)
tree5676952c456fdb443c2eb5c3e2b3b92aa61fbde2 /demo
parent8154b99c0caf817a431a0bccf93c0336b7bcfadf (diff)
downloadgeoclue-3458f9f0dc60b2d3f8c4b8b868f0d4d66d480180.tar.gz
demo: Drop a redundant param
We don't install the destkop.in files so no reason to give the generation command an install dir.
Diffstat (limited to 'demo')
-rw-r--r--demo/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/meson.build b/demo/meson.build
index ced51b4..61df493 100644
--- a/demo/meson.build
+++ b/demo/meson.build
@@ -47,8 +47,7 @@ if get_option('demo-agent')
desktop_in = configure_file(output: 'geoclue-demo-agent.desktop.in',
input: 'geoclue-demo-agent.desktop.in.in',
- configuration: desktop_conf,
- install_dir: desktop_dir)
+ configuration: desktop_conf)
i18n.merge_file(output: 'geoclue-demo-agent.desktop',
input: desktop_in,
type: 'desktop',