diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/files')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/files/ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/files/ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch b/meta-gnome/recipes-gnome/libwnck/files/ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch deleted file mode 100644 index 2d526e7aba..0000000000 --- a/meta-gnome/recipes-gnome/libwnck/files/ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From ef0e40d59c32d7ebeb94d242436e3144cefc174a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: correctmost <136447-correctmost@users.noreply.gitlab.gnome.org> | ||
| 3 | Date: Thu, 20 Mar 2025 03:03:44 -0400 | ||
| 4 | Subject: [PATCH] build: fix -Wheader-guard warnings reported by clang | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libwnck/-/commit/ef0e40d59c32d7ebeb94d242436e3144cefc174a] | ||
| 7 | --- | ||
| 8 | libwnck/pager-accessible-factory.h | 2 +- | ||
| 9 | libwnck/workspace-accessible-factory.h | 2 +- | ||
| 10 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/libwnck/pager-accessible-factory.h b/libwnck/pager-accessible-factory.h | ||
| 13 | index 8e2fe30c..25220fc2 100644 | ||
| 14 | --- a/libwnck/pager-accessible-factory.h | ||
| 15 | +++ b/libwnck/pager-accessible-factory.h | ||
| 16 | @@ -17,7 +17,7 @@ | ||
| 17 | */ | ||
| 18 | |||
| 19 | #ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__ | ||
| 20 | -#define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__ | ||
| 21 | +#define __WNCK_PAGER_ACCESSIBLE_FACTORY_H__ | ||
| 22 | |||
| 23 | #include <atk/atk.h> | ||
| 24 | |||
| 25 | diff --git a/libwnck/workspace-accessible-factory.h b/libwnck/workspace-accessible-factory.h | ||
| 26 | index d2d4a84a..335b465b 100644 | ||
| 27 | --- a/libwnck/workspace-accessible-factory.h | ||
| 28 | +++ b/libwnck/workspace-accessible-factory.h | ||
| 29 | @@ -17,7 +17,7 @@ | ||
| 30 | */ | ||
| 31 | |||
| 32 | #ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ | ||
| 33 | -#define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ | ||
| 34 | +#define __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__ | ||
| 35 | |||
| 36 | #include <atk/atk.h> | ||
| 37 | |||
| 38 | -- | ||
| 39 | GitLab | ||
| 40 | |||
