gnome-bluetooth: fix for meson 0.61
This commit is contained in:
parent
694fd66a44
commit
ed6be8c3d2
1 changed files with 25 additions and 0 deletions
25
srcpkgs/gnome-bluetooth/patches/meson-0.61.patch
Normal file
25
srcpkgs/gnome-bluetooth/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From 755fd758f866d3a3f7ca482942beee749f13a91e Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Fri, 7 Jan 2022 12:51:22 +0100
|
||||
Subject: [PATCH] build: Fix build for newer versions of meson
|
||||
|
||||
sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
|
||||
---
|
||||
sendto/meson.build | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
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,
|
||||
--
|
||||
GitLab
|
||||
|
Loading…
Reference in a new issue