mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
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`.
12 lines
224 B
Diff
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')
|