1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/libgdata/disable-demos.patch
mio 8ebef4cef5 community/libgdata: disable unused demos
The demos are currently not packaged. One of them,
`demos/calendar/calendar-cli.c`, also failed to rebuild with gcc 14 on
32-bit arches due to an incompatible pointer types error on `time_t`.
2024-11-01 13:21:17 +00:00

12 lines
224 B
Diff

Skip building demos that are not being packaged.
--
--- a/meson.build
+++ b/meson.build
@@ -179,7 +179,6 @@
endforeach
subdir('gdata')
-subdir('demos')
subdir('po')
if get_option('gtk_doc')
subdir('docs/reference')