diff options
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch')
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch b/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch new file mode 100644 index 0000000000..617d175579 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From d463b7e9abbbc87ec0e25216a24d9a40d347f1a6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Mon, 24 Jan 2022 09:59:02 -0800 | ||
| 4 | Subject: [PATCH] Fix build with meson >= 0.61 | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/3] | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | panels/datetime/meson.build | 1 - | ||
| 10 | 1 file changed, 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build | ||
| 13 | index 241e177..4356907 100644 | ||
| 14 | --- a/panels/datetime/meson.build | ||
| 15 | +++ b/panels/datetime/meson.build | ||
| 16 | @@ -10,7 +10,6 @@ desktop_in = configure_file( | ||
| 17 | ) | ||
| 18 | |||
| 19 | i18n.merge_file( | ||
| 20 | - desktop, | ||
| 21 | type: 'desktop', | ||
| 22 | input: desktop_in, | ||
| 23 | output: 'xfce-datetime.desktop', | ||
| 24 | -- | ||
| 25 | 2.34.1 | ||
| 26 | |||
