mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-13 01:22:23 +01: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`.
13 lines
224 B
Diff
13 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')
|