Files
buildroot/package/matchbox-panel/0004-fix-build.patch
Bernd Kuhls e235a191dd package/matchbox-panel: fix build with GCC 14.x
No autobuild errors recorded due to download errors with dependencies.

Patch not sent anymore, original project has no updates since 2010:
https://git.yoctoproject.org/matchbox-panel

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-12-28 00:15:21 +01:00

17 lines
733 B
Diff

Description: fix FTBFS with stricter GCC flags
Upstream: https://sources.debian.org/src/matchbox-panel/0.9.3%2Bgit20100816-2/debian/patches/fix-build
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Index: matchbox-panel-0.9.3+git20100816/src/msg.h
===================================================================
--- matchbox-panel-0.9.3+git20100816.orig/src/msg.h 2020-06-16 16:04:57.000000000 +0100
+++ matchbox-panel-0.9.3+git20100816/src/msg.h 2024-08-09 11:22:54.986036009 +0100
@@ -17,5 +17,6 @@
void msg_handle_events(MBPanel *d, XEvent *e);
void msg_handle_timeouts(MBPanel *d);
void msg_cancel(MBPanel *d, XClientMessageEvent *e);
+Bool msg_set_timeout (MBPanel *d, struct timeval *tv, struct timeval **tvp);
#endif