summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-07 12:51:22 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-07 12:51:22 +0100
commit755fd758f866d3a3f7ca482942beee749f13a91e (patch)
tree3a9d8348b7972ef8a929a66e78b8196ee1143139
parentc29267721e5a6887150bcbb3f0c394cc0449cbd3 (diff)
downloadgnome-bluetooth-755fd758f866d3a3f7ca482942beee749f13a91e.tar.gz
build: Fix build for newer versions of meson
sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
-rw-r--r--sendto/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sendto/meson.build b/sendto/meson.build
index 24a4e394..3e233a03 100644
--- a/sendto/meson.build
+++ b/sendto/meson.build
@@ -22,7 +22,6 @@ desktop_in = configure_file(
)
i18n.merge_file (
- desktop,
type: 'desktop',
input: desktop_in,
output: desktop,