mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
17 lines
733 B
Diff
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
|